From fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 15 Mar 2001 22:49:25 +0000 Subject: Update arguments to e_canvas_item_grab_focus. * gui/e-week-view.c (e_week_view_start_editing_event): * gui/e-day-view.c (e_day_view_start_editing_event): Update arguments to e_canvas_item_grab_focus. svn path=/trunk/; revision=8748 --- calendar/gui/e-week-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-week-view.c') diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 7af5994cde..28b62ae824 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -2813,7 +2813,7 @@ e_week_view_start_editing_event (EWeekView *week_view, to be sent to the server and resulting in a call to obj_updated_cb() which may reload all the events and so our span and text item may actually be destroyed. So we often get a SEGV. */ - e_canvas_item_grab_focus (span->text_item); + e_canvas_item_grab_focus (span->text_item, TRUE); /* Try to move the cursor to the end of the text. */ gtk_object_get (GTK_OBJECT (span->text_item), -- cgit v1.2.3