[ekiga/ds-gtk-application] Main Window: Gear menu icons are already deprecated.



commit b05ea4b2ee5fb5c1356b32811a0c6224a5f279d8
Author: Damien Sandras <dsandras seconix com>
Date:   Sat Oct 11 18:04:18 2014 +0200

    Main Window: Gear menu icons are already deprecated.

 lib/engine/gui/gtk-frontend/main_window.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/main_window.cpp b/lib/engine/gui/gtk-frontend/main_window.cpp
index 95d6d24..e12a7f0 100644
--- a/lib/engine/gui/gtk-frontend/main_window.cpp
+++ b/lib/engine/gui/gtk-frontend/main_window.cpp
@@ -774,7 +774,7 @@ ekiga_main_window_init_actions_toolbar (EkigaMainWindow *mw)
 
   button = gtk_menu_button_new ();
   g_object_set (G_OBJECT (button), "use-popover", true, NULL);
-  image = gtk_image_new_from_icon_name ("emblem-system-symbolic", GTK_ICON_SIZE_MENU);
+  image = gtk_image_new_from_icon_name ("open-menu-symbolic", GTK_ICON_SIZE_MENU);
   gtk_button_set_image (GTK_BUTTON (button), image);
   gtk_menu_button_set_menu_model (GTK_MENU_BUTTON (button),
                                   G_MENU_MODEL (gtk_builder_get_object (mw->priv->builder, "menubar")));


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