diff -r fb37077c270f -r 743eb0b9959e ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp --- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp Wed Aug 18 09:48:53 2010 +0300 +++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp Thu Sep 02 20:26:45 2010 +0300 @@ -47,7 +47,7 @@ QString title(GLX_DETAILS_DESCRIPTION); QString mediaTitle = NULL; bool ok = false; - GlxTextInputDialog* dlg = new GlxTextInputDialog(); + GlxTextInputDialog* dlg = new GlxTextInputDialog(false); mediaTitle = dlg->getText(title, mainPane, &ok); delete dlg;