.
authorAkos Polster <akos@pipacs.com>
Fri, 19 Nov 2010 23:39:10 +0000 (00:39 +0100)
committerAkos Polster <akos@pipacs.com>
Fri, 19 Nov 2010 23:39:10 +0000 (00:39 +0100)
widgets/listwindow.cpp

index b0691bc..d26409d 100644 (file)
@@ -163,7 +163,7 @@ void ListWindow::closeEvent(QCloseEvent *event)
 {
     // Work around Maemo/Qt bug: Menu items are not removed on close
     menuBar()->clear();
-    // FIXME: Is this needed? event->accept();
+    event->accept();
     QMainWindow::closeEvent(event);
 }