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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 15 15:41:05 EEST 2009
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 at 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 at 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;

More information about the maemo-commits mailing list