summaryrefslogtreecommitdiff
path: root/pluma/pluma-panel.h
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-01-18 23:24:59 +0100
committerraveit65 <[email protected]>2018-02-08 21:34:17 +0100
commit2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e (patch)
tree136751a6809f3f9dc590c4fc8f0a588e7e86e190 /pluma/pluma-panel.h
parent29d362e10ff63935fa1ecc12a0156b43fd3c11b9 (diff)
downloadpluma-2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e.tar.bz2
pluma-2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e.tar.xz
avoid deprecated GtkStock
Diffstat (limited to 'pluma/pluma-panel.h')
-rw-r--r--pluma/pluma-panel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pluma/pluma-panel.h b/pluma/pluma-panel.h
index ccda47de..e697c175 100644
--- a/pluma/pluma-panel.h
+++ b/pluma/pluma-panel.h
@@ -98,10 +98,10 @@ void pluma_panel_add_item (PlumaPanel *panel,
const gchar *name,
GtkWidget *image);
-void pluma_panel_add_item_with_stock_icon (PlumaPanel *panel,
- GtkWidget *item,
- const gchar *name,
- const gchar *icon_name);
+void pluma_panel_add_item_with_icon (PlumaPanel *panel,
+ GtkWidget *item,
+ const gchar *name,
+ const gchar *icon_name);
gboolean pluma_panel_remove_item (PlumaPanel *panel,
GtkWidget *item);