[maemo-commits] [maemo-commits] r15134 - in projects/haf/trunk/hildon-input-method-framework: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Feb 5 12:51:03 EET 2008
Author: tjunnone
Date: 2008-02-05 12:51:02 +0200 (Tue, 05 Feb 2008)
New Revision: 15134

Modified:
   projects/haf/trunk/hildon-input-method-framework/ChangeLog
   projects/haf/trunk/hildon-input-method-framework/src/hildon-im-context.c
Log:
2008-02-05  Tomas Junnonen  <tomas.junnonen at nokia.com>

        * src/hildon-im-context.c: Fixed autocap changing multiple
          characters when there are several key press events in
          the queue and the mainloop iteration does not run between
          their processing. Fixes NB#79664.



Modified: projects/haf/trunk/hildon-input-method-framework/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-input-method-framework/ChangeLog	2008-02-04 15:21:26 UTC (rev 15133)
+++ projects/haf/trunk/hildon-input-method-framework/ChangeLog	2008-02-05 10:51:02 UTC (rev 15134)
@@ -1,3 +1,10 @@
+2008-02-05  Tomas Junnonen  <tomas.junnonen at nokia.com>
+
+	* src/hildon-im-context.c: Fixed autocap changing multiple
+	  characters when there are several key press events in
+	  the queue and the mainloop iteration does not run between
+	  their processing. Fixes NB#79664.
+
 2008-01-11  Richard Sun  <richard.sun at nokia.com>
 
 	* Version 1:2.0.0

Modified: projects/haf/trunk/hildon-input-method-framework/src/hildon-im-context.c
===================================================================
--- projects/haf/trunk/hildon-input-method-framework/src/hildon-im-context.c	2008-02-04 15:21:26 UTC (rev 15133)
+++ projects/haf/trunk/hildon-input-method-framework/src/hildon-im-context.c	2008-02-05 10:51:02 UTC (rev 15134)
@@ -1656,6 +1656,7 @@
                                      gdk_unicode_to_keyval(c),
                                      event->hardware_keycode);
     self->last_internal_change = TRUE;
+    self->auto_upper = FALSE;
     g_signal_emit_by_name (self, "commit", utf8);
 
     return TRUE;


More information about the maemo-commits mailing list