From 2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 18 Jan 2018 23:24:59 +0100 Subject: avoid deprecated GtkStock --- plugins/filebrowser/pluma-file-browser-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/filebrowser/pluma-file-browser-utils.h') diff --git a/plugins/filebrowser/pluma-file-browser-utils.h b/plugins/filebrowser/pluma-file-browser-utils.h index 0ac4296a..ffe6159e 100644 --- a/plugins/filebrowser/pluma-file-browser-utils.h +++ b/plugins/filebrowser/pluma-file-browser-utils.h @@ -19,7 +19,7 @@ gboolean pluma_file_browser_utils_confirmation_dialog (PlumaWindow * window, GtkMessageType type, gchar const *message, gchar const *secondary, - gchar const * button_stock, + gchar const * button_image, gchar const * button_label); #endif /* __PLUMA_FILE_BROWSER_UTILS_H__ */ -- cgit v1.2.1