Mailing List Archive

r19333 - projects/haf/trunk/hildon-input-method-plugins-example/src
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);
}
}


_______________________________________________
maemo-commits mailing list
maemo-commits@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-commits