diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-16 06:49:25 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-16 06:49:25 +0800 |
commit | fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524 (patch) | |
tree | a4d471855099df76e9c60268b7abbe4411b4f39c /calendar/gui/e-day-view.c | |
parent | 9d11cfd68b0539569556088d7b5ae6d4420859dc (diff) | |
download | gsoc2013-evolution-fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524.tar gsoc2013-evolution-fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524.tar.gz gsoc2013-evolution-fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524.tar.bz2 gsoc2013-evolution-fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524.tar.lz gsoc2013-evolution-fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524.tar.xz gsoc2013-evolution-fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524.tar.zst gsoc2013-evolution-fcf634c1ab152fd6bdd10ff1b8f95fe2d5181524.zip |
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
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r-- | calendar/gui/e-day-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 3c14a24359..36ad251822 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -5251,7 +5251,7 @@ e_day_view_start_editing_event (EDayView *day_view, grabbing the focus will result in a call to e_day_view_on_editing_started(), which will reset the text to get rid of the start and end times. */ - e_canvas_item_grab_focus (event->canvas_item); + e_canvas_item_grab_focus (event->canvas_item, TRUE); if (initial_text) { gnome_canvas_item_set (event->canvas_item, |