From 35febc1be2c6192c1df055a2c35dbb8f30833eb6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 9 Jan 2011 22:15:30 -0500 Subject: evolution-2.9.1-im-context-reset.patch --- calendar/gui/e-day-view.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index ed83c9d855..4ea98ba60d 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -5683,6 +5683,9 @@ e_day_view_start_editing_event (EDayView *day_view, if (!event->canvas_item) return; + /* Reset IM context. */ + gtk_im_context_reset (E_TEXT (event->canvas_item)->im_context); + /* We must grab the focus before setting the initial text, since grabbing the focus will result in a call to e_day_view_on_editing_started(), which will reset the text to get -- cgit