2006-10-10 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Tue, 10 Oct 2006 12:16:17 +0000 (12:16 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Tue, 10 Oct 2006 12:16:17 +0000 (12:16 +0000)
* hildon-widgets/hildon-date-editor.c: Remove the focus grab after
dialog execution. Fixes NB#42555.

ChangeLog
hildon-widgets/hildon-date-editor.c

index 145634c..e867faa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-date-editor.c: Remove the focus grab after
+       dialog execution. Fixes NB#42555.
+
 2006-10-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * hildon-widgets/hildon-date-editor.c:
index 5cc78e5..8b5b596 100644 (file)
@@ -843,7 +843,6 @@ static void popup_calendar_dialog(HildonDateEditor *ed)
         hildon_calendar_popup_get_date(HILDON_CALENDAR_POPUP(popup), &y,
                                        &m, &d);
         hildon_date_editor_set_date(ed, y, m, d);
-        gtk_widget_grab_focus (GTK_WIDGET (ed));
     }
 
     gtk_widget_destroy(popup);