app/dialogs/dialogs-constructors.c include a check button for the
2005-10-06 Sven Neumann <sven@gimp.org> * app/dialogs/dialogs-constructors.c * app/dialogs/keyboard-shortcuts-dialog.[ch]: include a check button for the "save-accels" gimprc property.
This commit is contained in:

committed by
Sven Neumann

parent
caf18b2b80
commit
3aa703e432
@ -140,7 +140,7 @@ dialogs_keyboard_shortcuts_get (GimpDialogFactory *factory,
|
||||
GimpContext *context,
|
||||
gint preview_size)
|
||||
{
|
||||
return keyboard_shortcuts_dialog_new ();
|
||||
return keyboard_shortcuts_dialog_new (context->gimp);
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
|
Reference in New Issue
Block a user