Argh, third attempt...

This commit is contained in:
Michael Natterer 2006-01-03 12:46:23 +00:00
parent a3ed509b74
commit 703332de75
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ gimp_dialog_response (GtkDialog *dialog,
if (gtk_dialog_get_response_for_widget (dialog, widget) == response_id)
{
if (! GTK_IS_BUTTON (widget) ||
gtk_button_get_focus_on_click (GTK_BUTTON (button)))
gtk_button_get_focus_on_click (GTK_BUTTON (widget)))
{
gtk_widget_grab_focus (widget);
}