]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/commenteditwidget.cpp
assure that the Dolphin KPart inside Konqueror gets updated when the settings are...
[dolphin.git] / src / commenteditwidget.cpp
index 3b98d44d7b8d659e3ac208529558ce8d1e30ccbf..29c4ce67513ed1061d0f13fa0f5dc84fcbc2d466 100644 (file)
@@ -162,7 +162,7 @@ QString CommentEditWidget::comment()
 bool CommentEditWidget::exec( const QPoint& pos )
 {
     d->success = false;
-    d->textEdit->setText( d->comment );
+    d->textEdit->setPlainText( d->comment );
     d->textEdit->setFocus();
     d->textEdit->moveCursor( QTextCursor::End );
     QEventLoop eventLoop;