[ekiga] Hid the "Contact" menu deep in the main window menu again



commit 60bb865ff5f88b98b8c635273f873deb3a685f83
Author: Snark <jpuydt gnome org>
Date:   Fri Nov 12 13:58:13 2010 +0100

    Hid the "Contact" menu deep in the main window menu again

 src/gui/main_window.cpp |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index b064f4a..627d9a9 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -3185,6 +3185,13 @@ ekiga_main_window_init_menu (EkigaMainWindow *mw)
 
       GTK_MENU_SEPARATOR,
 
+      GTK_MENU_ENTRY ("contact", _("Co_ntact"),
+		      _("Act on selected contact"),
+		      GTK_STOCK_EXECUTE, 0,
+		      NULL, NULL, FALSE),
+
+      GTK_MENU_SEPARATOR,
+
       GTK_MENU_ENTRY("add_contact", _("A_dd Contact"), _("Add a contact to the roster"),
 		     GTK_STOCK_ADD, 'n', 
 		     G_CALLBACK (pull_trigger_cb), &*local_cluster_trigger, true),
@@ -3255,9 +3262,6 @@ ekiga_main_window_init_menu (EkigaMainWindow *mw)
 		     G_CALLBACK (show_window_cb),
 		     (gpointer) prefs_window, TRUE),
 
-      // that one doesn't have a macro :
-      {"contact", _("Co_ntact"), _("Act on selected contact"), GTK_STOCK_EXECUTE, FALSE, 0, MENU_NEW, NULL, NULL, NULL, NULL, TRUE, FALSE},
-
       GTK_MENU_NEW(_("_View")),
 
       GTK_MENU_RADIO_ENTRY("contacts", _("Con_tacts"), _("View the contacts list"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]