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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Oct 12 17:45:24 EEST 2007
Author: tjunnone
Date: 2007-10-12 17:45:22 +0300 (Fri, 12 Oct 2007)
New Revision: 14445

Modified:
   projects/haf/trunk/hildon-input-method/ChangeLog
   projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c
Log:
2007-10-12  Tomas Junnonen  <tomas.junnonen at nokia.com>

        * src/hildon-im-ui.c: Plugins must be able to depend on
          hildon_im_ui_restore_previous_mode disabling the plugin.
          In case a previous plugin cannot be found, flush the
          plugins. Partial fix for NB#73028.



Modified: projects/haf/trunk/hildon-input-method/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-input-method/ChangeLog	2007-10-12 12:18:04 UTC (rev 14444)
+++ projects/haf/trunk/hildon-input-method/ChangeLog	2007-10-12 14:45:22 UTC (rev 14445)
@@ -1,3 +1,10 @@
+2007-10-12  Tomas Junnonen  <tomas.junnonen at nokia.com>
+
+	* src/hildon-im-ui.c: Plugins must be able to depend on
+	  hildon_im_ui_restore_previous_mode disabling the plugin.
+	  In case a previous plugin cannot be found, flush the
+	  plugins. Partial fix for NB#73028.
+
 2007-10-08  Tomas Junnonen  <tomas.junnonen at nokia.com>
 
 	* Version 1.99.30

Modified: projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c
===================================================================
--- projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c	2007-10-12 12:18:04 UTC (rev 14444)
+++ projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c	2007-10-12 14:45:22 UTC (rev 14445)
@@ -1007,6 +1007,10 @@
   {
     activate_plugin (self, plugin, FALSE);
   }
+  else
+  {
+    flush_plugins(self, NULL, FALSE); 
+  }
 
   return FALSE;
 }


More information about the maemo-commits mailing list