From 607d5228f3a280dd8acfcdaba7da7c83c496de32 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 3 Feb 2018 18:03:50 +0100 Subject: avoid deprecated GtkStock --- mateweather/mateweather-applet.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mateweather/mateweather-applet.c') diff --git a/mateweather/mateweather-applet.c b/mateweather/mateweather-applet.c index f6e65ce2..856c3475 100644 --- a/mateweather/mateweather-applet.c +++ b/mateweather/mateweather-applet.c @@ -108,16 +108,16 @@ static const GtkActionEntry weather_applet_menu_actions [] = { { "Details", NULL, N_("_Details"), NULL, NULL, G_CALLBACK (details_cb) }, - { "Update", GTK_STOCK_REFRESH, N_("_Update"), + { "Update", "view-refresh", N_("_Update"), NULL, NULL, G_CALLBACK (update_cb) }, - { "Props", GTK_STOCK_PROPERTIES, N_("_Preferences"), + { "Props", "document-properties", N_("_Preferences"), NULL, NULL, G_CALLBACK (pref_cb) }, - { "Help", GTK_STOCK_HELP, N_("_Help"), + { "Help", "help-browser", N_("_Help"), NULL, NULL, G_CALLBACK (help_cb) }, - { "About", GTK_STOCK_ABOUT, N_("_About"), + { "About", "help-about", N_("_About"), NULL, NULL, G_CALLBACK (about_cb) } }; -- cgit v1.2.1