From 1d82cc7c517fd84e6428ebb7ef29583240176af9 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 17 Feb 2018 00:22:33 +0100 Subject: avoid deprecated GtkButton:use-stock --- plugins/filebrowser/pluma-file-browser-utils.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (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 ffe6159e..e882055a 100644 --- a/plugins/filebrowser/pluma-file-browser-utils.h +++ b/plugins/filebrowser/pluma-file-browser-utils.h @@ -18,9 +18,7 @@ gchar * pluma_file_browser_utils_uri_basename (gchar const * uri); gboolean pluma_file_browser_utils_confirmation_dialog (PlumaWindow * window, GtkMessageType type, gchar const *message, - gchar const *secondary, - gchar const * button_image, - gchar const * button_label); + gchar const *secondary); #endif /* __PLUMA_FILE_BROWSER_UTILS_H__ */ -- cgit v1.2.1