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.
This commit is contained in:
Michael Natterer
2012-11-04 15:46:51 +01:00
parent 31a1761e00
commit d4f85b24b1

View File

@ -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);