From 49a3b4a3a5f233d99aa1ee42b0ea3241cc23a038 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 17 Apr 2018 00:33:53 +0200 Subject: avoid 'gtk_file_chooser_dialog_new' with stock ids --- mate-panel/libpanel-util/panel-gtk.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mate-panel/libpanel-util/panel-gtk.h') diff --git a/mate-panel/libpanel-util/panel-gtk.h b/mate-panel/libpanel-util/panel-gtk.h index 19950a71..078dcb05 100644 --- a/mate-panel/libpanel-util/panel-gtk.h +++ b/mate-panel/libpanel-util/panel-gtk.h @@ -40,6 +40,12 @@ GtkWidget* panel_dialog_add_button (GtkDialog *dialog, const gchar *icon_name, gint response_id); +GtkWidget* panel_file_chooser_dialog_new (const gchar *title, + GtkWindow *parent, + GtkFileChooserAction action, + const gchar *first_button_text, + ...); + #ifdef __cplusplus } #endif -- cgit v1.2.1