don't set the focus on the size_entry. This change allows to accept the

2003-06-26  Sven Neumann  <sven@gimp.org>

	* app/gui/file-new-dialog.c (file_new_dialog_new): don't set the
	focus on the size_entry. This change allows to accept the default
	values by pressing OK. Fixes bug #115876.
This commit is contained in:
Sven Neumann 2003-06-26 15:57:20 +00:00 committed by Sven Neumann
parent 319fbf849b
commit b1df5513df
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2003-06-26 Sven Neumann <sven@gimp.org>
* app/gui/file-new-dialog.c (file_new_dialog_new): don't set the
focus on the size_entry. This change allows to accept the default
values by pressing OK. Fixes bug #115876.
2003-06-26 Michael Natterer <mitch@gimp.org>
* app/gui/user-install-dialog.c (user_install_dialog_create):

View file

@ -154,8 +154,6 @@ file_new_dialog_new (Gimp *gimp)
G_CALLBACK (file_new_template_notify),
dialog);
gimp_size_entry_grab_focus (GIMP_SIZE_ENTRY (GIMP_TEMPLATE_EDITOR (dialog->editor)->size_se));
return dialog->dialog;
}

View file

@ -154,8 +154,6 @@ file_new_dialog_new (Gimp *gimp)
G_CALLBACK (file_new_template_notify),
dialog);
gimp_size_entry_grab_focus (GIMP_SIZE_ENTRY (GIMP_TEMPLATE_EDITOR (dialog->editor)->size_se));
return dialog->dialog;
}