[maemo-commits] [maemo-commits] r18750 - in projects/haf/trunk/gtk+: . gtk

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 17 18:29:39 EEST 2009
Author: kalikiana
Date: 2009-06-17 18:29:30 +0300 (Wed, 17 Jun 2009)
New Revision: 18750

Modified:
   projects/haf/trunk/gtk+/ChangeLog
   projects/haf/trunk/gtk+/gtk/gtkentry.c
Log:
Add 'a' to the special "tele" characters.



Modified: projects/haf/trunk/gtk+/ChangeLog
===================================================================
--- projects/haf/trunk/gtk+/ChangeLog	2009-06-17 13:56:39 UTC (rev 18749)
+++ projects/haf/trunk/gtk+/ChangeLog	2009-06-17 15:29:30 UTC (rev 18750)
@@ -1,3 +1,10 @@
+2009-06-17  Christian Dywan  <christian at lanedo.com>
+
+	* gtk/gtkentry.c (hildon_gtk_input_mode_is_valid_char): Add 'a' to the
+	special "tele" characters.
+	Fixes: NB#120033 FT_DE: Phone settings is not showing call forwarding
+	number (T-Mobile & E-plus)
+
 2009-06-17  Claudio Saavedra  <csaavedra at igalia.com>
 
 	Releasing 2:2.14.3-1maemo5

Modified: projects/haf/trunk/gtk+/gtk/gtkentry.c
===================================================================
--- projects/haf/trunk/gtk+/gtk/gtkentry.c	2009-06-17 13:56:39 UTC (rev 18749)
+++ projects/haf/trunk/gtk+/gtk/gtkentry.c	2009-06-17 15:29:30 UTC (rev 18750)
@@ -2820,7 +2820,7 @@
 hildon_gtk_input_mode_is_valid_char (HildonGtkInputMode mode,
                                      gunichar           chr)
 {
-  static const char *tele_chars_ascii = "pwPW/().-+*#?, ";
+  static const char *tele_chars_ascii = "pwPWa/().-+*#?, ";
 
   if (g_unichar_isalpha (chr) || chr == ' ')
     {

More information about the maemo-commits mailing list