[gimp/gimp-2-8] Bug 687561 - Edit/Modules crashes immediately



commit 3e72a9215e55ab6f7752259e16c6c75a63676c91
Author: Michael Natterer <mitch gimp org>
Date:   Sun Nov 4 15:46:51 2012 +0100

    Bug 687561 - Edit/Modules crashes immediately
    
    Don't pass GTK_STOCK_CLOSE as response_id to
    gtk_dialog_set_alternative_button_order(), it's GTK_RESPONSE_CLOSE.
    (cherry picked from commit d4f85b24b14f9bb5f3601ea4f2c7a440e09fa8ca)

 app/dialogs/module-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/module-dialog.c b/app/dialogs/module-dialog.c
index bd3af71..bf5b407 100644
--- a/app/dialogs/module-dialog.c
+++ b/app/dialogs/module-dialog.c
@@ -128,7 +128,7 @@ module_dialog_new (Gimp *gimp)
                            gimp_standard_help_func, GIMP_HELP_MODULE_DIALOG,
 
                            GTK_STOCK_REFRESH, RESPONSE_REFRESH,
-                           GTK_STOCK_CLOSE,   GTK_STOCK_CLOSE,
+                           GTK_STOCK_CLOSE,   GTK_RESPONSE_CLOSE,
 
                            NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]