From 4e71399fd50cbb050a37eaf6ae667549841760df Mon Sep 17 00:00:00 2001 From: Harry Lu Date: Thu, 18 Dec 2003 03:59:42 +0000 Subject: call gdk_window_focus() so that keyboard works correctly. 2003-12-18 Harry Lu * e-cell-date-edit.c: (e_cell_date_edit_do_popup): call gdk_window_focus() so that keyboard works correctly. svn path=/trunk/; revision=23975 --- widgets/misc/e-cell-date-edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-cell-date-edit.c') diff --git a/widgets/misc/e-cell-date-edit.c b/widgets/misc/e-cell-date-edit.c index d37def6140..737c7da14f 100644 --- a/widgets/misc/e-cell-date-edit.c +++ b/widgets/misc/e-cell-date-edit.c @@ -450,11 +450,11 @@ e_cell_date_edit_do_popup (ECellPopup *ecp, time = event->key.time; } - gdk_keyboard_grab (ecde->popup_window->window, TRUE, time); gtk_grab_add (ecde->popup_window); /* Set the focus to the first widget. */ gtk_widget_grab_focus (ecde->time_entry); + gdk_window_focus (ecde->popup_window->window, GDK_CURRENT_TIME); return TRUE; } -- cgit v1.2.3