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:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user