diff options
author | Pablo Barciela <[email protected]> | 2018-02-17 00:22:33 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-20 09:58:55 +0100 |
commit | 1d82cc7c517fd84e6428ebb7ef29583240176af9 (patch) | |
tree | b1f63f9625746c76ec4ac3879e46cada200aef95 /plugins/filebrowser/pluma-file-browser-utils.h | |
parent | 12e54c41f48a55cd213d2b004d0c3c2cb0a535c3 (diff) | |
download | pluma-1d82cc7c517fd84e6428ebb7ef29583240176af9.tar.bz2 pluma-1d82cc7c517fd84e6428ebb7ef29583240176af9.tar.xz |
avoid deprecated GtkButton:use-stock
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser-utils.h')
-rw-r--r-- | plugins/filebrowser/pluma-file-browser-utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
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__ */ |