diff options
author | Pablo Barciela <[email protected]> | 2018-03-10 16:42:15 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2018-03-12 16:08:00 +0100 |
commit | 68fb5e488ecf7c80622af3d00edab5348e70917c (patch) | |
tree | 526819d06776e9a9482c9e1970d5e55a45b7b13d /eel/eel-stock-dialogs.h | |
parent | dfb65855af84deba23e9ec9616fba77edfbf57e1 (diff) | |
download | caja-68fb5e488ecf7c80622af3d00edab5348e70917c.tar.bz2 caja-68fb5e488ecf7c80622af3d00edab5348e70917c.tar.xz |
avoid gtk_dialog_add_buttons with stock ids
Diffstat (limited to 'eel/eel-stock-dialogs.h')
-rw-r--r-- | eel/eel-stock-dialogs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/eel-stock-dialogs.h b/eel/eel-stock-dialogs.h index d61c1bb1..b5f69715 100644 --- a/eel/eel-stock-dialogs.h +++ b/eel/eel-stock-dialogs.h @@ -49,7 +49,7 @@ int eel_run_simple_dialog (GtkWidget *parent, const char *primary_text, const char *secondary_text, ...); -void eel_dialog_add_button (GtkDialog *dialog, +GtkWidget* eel_dialog_add_button (GtkDialog *dialog, const gchar *button_text, const gchar *icon_name, gint response_id); |