Mailing List Archive

r19354 - in projects/haf/trunk/hildon-input-method-plugins-example: . src
Author: jrocha
Date: 2009-09-15 15:40:58 +0300 (Tue, 15 Sep 2009)
New Revision: 19354

Modified:
projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog
projects/haf/trunk/hildon-input-method-plugins-example/src/hildon-im-onehand-fkb.c
Log:
2009-09-15 Joaquim Rocha <jrocha@igalia.com>

* hildon-im-onehand-fkb.c: Initialized private variables.

Modified: projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog 2009-09-15 12:40:53 UTC (rev 19353)
+++ projects/haf/trunk/hildon-input-method-plugins-example/ChangeLog 2009-09-15 12:40:58 UTC (rev 19354)
@@ -8,7 +8,7 @@
data to each created key.
* hildon-im-onehand-fkb.c: Added persisten press mode (press a button
until a value is inserted) to input the "persistent_value" text; Replaced
- repeated strings by defines.
+ repeated strings by defines; Initialized private variables.

2009-09-10 Murray Cumming <murrayc@murrayc.com>


Modified: projects/haf/trunk/hildon-input-method-plugins-example/src/hildon-im-onehand-fkb.c
===================================================================
--- projects/haf/trunk/hildon-input-method-plugins-example/src/hildon-im-onehand-fkb.c 2009-09-15 12:40:53 UTC (rev 19353)
+++ projects/haf/trunk/hildon-input-method-plugins-example/src/hildon-im-onehand-fkb.c 2009-09-15 12:40:58 UTC (rev 19354)
@@ -296,6 +296,8 @@
priv->text_view = NULL;
priv->keyboard = NULL;
priv->caps_button = NULL;
+ priv->repeating_key = NULL;
+ priv->pressed_key = NULL;

priv->screen_mode = LANDSCAPE;
priv->hand_mode = FAVORITE_HAND;

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