[ekiga/ds-gtk-application] EkigaApp: Remove assistant window menu entry.



commit af768b7490c51145bd8c2f77c619d15539994675
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Dec 21 16:45:15 2014 +0100

    EkigaApp: Remove assistant window menu entry.
    
    The assistant should be shown on upgrades only.

 lib/engine/gui/gtk-frontend/ekiga-app.cpp |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/ekiga-app.cpp b/lib/engine/gui/gtk-frontend/ekiga-app.cpp
index 36cddc9..2cb81de 100644
--- a/lib/engine/gui/gtk-frontend/ekiga-app.cpp
+++ b/lib/engine/gui/gtk-frontend/ekiga-app.cpp
@@ -251,9 +251,6 @@ window_activated (GSimpleAction *action,
 
   else if (!g_strcmp0 (g_action_get_name (G_ACTION (action)), "addressbook"))
     gm_application_show_addressbook_window (self);
-
-  else if (!g_strcmp0 (g_action_get_name (G_ACTION (action)), "assistant"))
-    gm_application_show_assistant_window (self);
 }
 
 
@@ -280,7 +277,6 @@ video_preview_changed (GSettings *settings,
 static GActionEntry app_entries[] =
 {
     { "preferences", window_activated, NULL, NULL, NULL, 0 },
-    { "assistant", window_activated, NULL, NULL, NULL, 0 },
     { "addressbook", window_activated, NULL, NULL, NULL, 0 },
     { "help", help_activated, NULL, NULL, NULL, 0 },
     { "about", about_activated, NULL, NULL, NULL, 0 },
@@ -430,10 +426,6 @@ gm_application_startup (GApplication *app)
                                "        <attribute name=\"label\" 
translatable=\"yes\">_Preferences</attribute>"
                                "        <attribute name=\"action\">app.preferences</attribute>"
                                "      </item>"
-                               "      <item>"
-                               "        <attribute name=\"label\" translatable=\"yes\">Configuration 
_Assistant</attribute>"
-                               "        <attribute name=\"action\">app.assistant</attribute>"
-                               "      </item>"
                                "    </section>"
                                "    <section>"
                                "      <item>"


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