diff -r 0f0f3f26f787 -r 383b67fbdb11 ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp --- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp Fri Aug 06 20:44:25 2010 +0530 +++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp Mon Aug 23 18:06:16 2010 +0530 @@ -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;