13 lines
524 B
Diff
13 lines
524 B
Diff
|
--- evolution-2.9.1/calendar/gui/e-day-view.c.im-context-reset 2006-11-06 10:14:26.000000000 -0500
|
||
|
+++ evolution-2.9.1/calendar/gui/e-day-view.c 2006-11-06 10:15:39.000000000 -0500
|
||
|
@@ -6928,6 +6928,9 @@
|
||
|
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
|