[gnome-commander/gcmd-1-2-8] Fixed problem #602916 (non-working menu entry)
- From: Piotr Eljasiak <epiotr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-2-8] Fixed problem #602916 (non-working menu entry)
- Date: Wed, 25 Nov 2009 19:02:17 +0000 (UTC)
commit b0a529770ae7fceb5c525e37a0eedfae3d89a4d0
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Wed Nov 25 19:58:37 2009 +0100
Fixed problem #602916 (non-working menu entry)
NEWS | 1 +
doc/C/gnome-commander.xml | 3 +++
src/gnome-cmd-main-menu.cc | 13 -------------
3 files changed, 4 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index 517cf43..5b1f41e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ gnome-commander 1.2.8.4
---------------
Bug fixes:
+ * Fixed problem #602916 (not working menu entry)
* Fixed Ubuntu problem #369818 (incorrect sorting by size in panel)
* Fixed problem with not working keypad enter in copy/move dialog
* Fixed problem with stalled keyboard after ALT+1/2 with hidden device list
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index b0ba25c..e0279c4 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -6012,6 +6012,9 @@
<para>
<itemizedlist>
<listitem>
+ <para>Fixed problem #602916 (not working menu entry)</para>
+ </listitem>
+ <listitem>
<para>Fixed Ubuntu problem #369818 (incorrect sorting by size in panel)</para>
</listitem>
<listitem>
diff --git a/src/gnome-cmd-main-menu.cc b/src/gnome-cmd-main-menu.cc
index 24d6202..bc32a9f 100644
--- a/src/gnome-cmd-main-menu.cc
+++ b/src/gnome-cmd-main-menu.cc
@@ -620,19 +620,6 @@ static void init (GnomeCmdMainMenu *main_menu)
},
MENUTYPE_SEPARATOR,
{
- MENU_TYPE_ITEM, _("Open in New _Tab"), "Ctrl+T", NULL,
- (gpointer) view_new_tab, NULL,
- GNOME_APP_PIXMAP_STOCK, GTK_STOCK_OPEN,
- NULL
- },
- {
- MENU_TYPE_ITEM, _("_Close Tab"), "Ctrl+W", NULL,
- (gpointer) view_close_tab, NULL,
- GNOME_APP_PIXMAP_STOCK, GTK_STOCK_CLOSE,
- NULL
- },
- MENUTYPE_SEPARATOR,
- {
MENU_TYPE_TOGGLEITEM, _("Show Toolbar"), "", NULL,
(gpointer) view_toolbar, NULL,
GNOME_APP_PIXMAP_NONE, NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]