Get rid of unused Options menu items on Symbian.
authorAkos Polster <akos@pipacs.com>
Wed, 17 Nov 2010 23:05:37 +0000 (00:05 +0100)
committerAkos Polster <akos@pipacs.com>
Wed, 17 Nov 2010 23:05:37 +0000 (00:05 +0100)
bookmarksdialog.cpp
pkg/changelog

index 37ad543..f92e30a 100644 (file)
@@ -14,10 +14,6 @@ BookmarksDialog::BookmarksDialog(Book *book_, QWidget *parent):
     }
 
     addAction(tr("Add bookmark"), this, SLOT(onAdd()), "add");
-#ifndef Q_WS_MAEMO_5
-    addItemAction(tr("Go to"), this, SLOT(onGo()));
-    addItemAction(tr("Delete"), this, SLOT(onDelete()));
-#endif // ! Q_WS_MAEMO_5
 
     // Build bookmark list
     // FIXME: Localize me
index 5f7f789..d690533 100644 (file)
@@ -2,6 +2,7 @@ dorian (0.3.9-1) unstable; urgency=low
 
   * Don't close library dialog when deleting current book
   * Really delete current book [#6614]
+  * Remove inactive items from Options menu on Symbian [#6606]
 
  -- Akos Polster <akos@pipacs.com>  Wed, 17 Nov 2010 02:00:00 +0100