diff options
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); |