[eog] reload: Fix deprecated GtkStock usage



commit ddb5fcaff9ef5145bae345f8de18cbefc1ee6d08
Author: Felix Riemann <friemann gnome org>
Date:   Sun Sep 1 14:22:29 2013 +0200

    reload: Fix deprecated GtkStock usage

 plugins/reload/eog-reload-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/reload/eog-reload-plugin.c b/plugins/reload/eog-reload-plugin.c
index ee47177..5db6359 100644
--- a/plugins/reload/eog-reload-plugin.c
+++ b/plugins/reload/eog-reload-plugin.c
@@ -70,7 +70,7 @@ static const gchar * const ui_definition =
 static const GtkActionEntry action_entries[] =
 {
        { "EogPluginRunReload",
-         GTK_STOCK_REFRESH,
+         "view-refresh",
          N_("Reload Image"),
          "R",
          N_("Reload current image"),


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