2006-10-23 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 23 Oct 2006 08:21:18 +0000 (08:21 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 23 Oct 2006 08:21:18 +0000 (08:21 +0000)
* hildon-widgets/hildon-time-editor.c: Removing the extra focus grab,
missing patch from NB#42555.

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

index f14d806..21f674d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
+
+       * hildon-widgets/hildon-time-editor.c: Removing the extra focus grab,
+       missing patch from NB#42555.
+
 2006-10-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
 
        * hildon-widgets/hildon-time-editor.c:
index 4b6191e..66fcb80 100644 (file)
@@ -1616,7 +1616,6 @@ hildon_time_editor_icon_clicked(GtkWidget * widget, gpointer data)
         /* Use the selected time */
         hildon_time_picker_get_time(HILDON_TIME_PICKER(picker), &h, &m);
         hildon_time_editor_set_time(editor, h, m, 0);
-        gtk_widget_grab_focus (editor);
         break;
     default:
         break;