[evince] window: The menu icon name changed to open-menu-symbolic



commit 146f874c72e4aa14c22b58e561ab77b5c939ab0e
Author: Daniel Mustieles <dnaiel mustieles gmail com>
Date:   Wed Jul 9 18:03:26 2014 +0200

    window: The menu icon name changed to open-menu-symbolic

 shell/ev-toolbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-toolbar.c b/shell/ev-toolbar.c
index 0daca84..6bb98e9 100644
--- a/shell/ev-toolbar.c
+++ b/shell/ev-toolbar.c
@@ -265,7 +265,7 @@ ev_toolbar_constructed (GObject *object)
 
         /* Action Menu */
         menu = G_MENU_MODEL (gtk_builder_get_object (builder, "action-menu"));
-        button = ev_toolbar_create_menu_button (ev_toolbar, "emblem-system-symbolic",
+        button = ev_toolbar_create_menu_button (ev_toolbar, "open-menu-symbolic",
                                                 menu, GTK_ALIGN_END);
         gtk_widget_set_tooltip_text (button, _("File options"));
         ev_toolbar->priv->action_menu_button = button;


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