diff options
author | Pablo Barciela <[email protected]> | 2018-01-18 23:24:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-08 21:34:17 +0100 |
commit | 2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e (patch) | |
tree | 136751a6809f3f9dc590c4fc8f0a588e7e86e190 /pluma/pluma-utils.h | |
parent | 29d362e10ff63935fa1ecc12a0156b43fd3c11b9 (diff) | |
download | pluma-2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e.tar.bz2 pluma-2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r-- | pluma/pluma-utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h index e3b1f387..785e6abe 100644 --- a/pluma/pluma-utils.h +++ b/pluma/pluma-utils.h @@ -64,12 +64,12 @@ void pluma_utils_menu_position_under_tree_view gboolean *push_in, gpointer user_data); -GtkWidget *pluma_gtk_button_new_with_stock_icon (const gchar *label, - const gchar *stock_id); +GtkWidget *pluma_gtk_button_new_with_icon (const gchar *label, + const gchar *icon_name); GtkWidget *pluma_dialog_add_button (GtkDialog *dialog, const gchar *text, - const gchar *stock_id, + const gchar *icon_name, gint response_id); gchar *pluma_utils_escape_underscores (const gchar *text, |