[maemo-commits] [maemo-commits] r19333 - projects/haf/trunk/hildon-input-method-plugins-example/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 10 19:52:04 EEST 2009
Author: femorandeira
Date: 2009-09-10 19:51:38 +0300 (Thu, 10 Sep 2009)
New Revision: 19333

Modified:
   projects/haf/trunk/hildon-input-method-plugins-example/src/hildon-im-example-fkb.c
Log:
make the example FKB non-cached; this will be reverted once we fix HIM UI

Modified: projects/haf/trunk/hildon-input-method-plugins-example/src/hildon-im-example-fkb.c
===================================================================
--- projects/haf/trunk/hildon-input-method-plugins-example/src/hildon-im-example-fkb.c	2009-09-10 14:36:50 UTC (rev 19332)
+++ projects/haf/trunk/hildon-input-method-plugins-example/src/hildon-im-example-fkb.c	2009-09-10 16:51:38 UTC (rev 19333)
@@ -249,7 +249,7 @@
     NULL,                               /* menu title */
     NULL,                               /* gettext domain */
     TRUE,                               /* visible in menu */
-    TRUE,                              /* cached */
+    FALSE,                              /* cached TODO make it TRUE */
     HILDON_IM_TYPE_FULLSCREEN,          /* UI type */
     HILDON_IM_GROUP_LATIN,              /* group */
     HILDON_IM_DEFAULT_PLUGIN_PRIORITY,  /* priority */
@@ -459,6 +459,7 @@
   {
     populate_window(self);
     gtk_widget_show_all(priv->window);
+    gtk_widget_grab_focus(priv->text_view);
   }
 }
 

More information about the maemo-commits mailing list