* hildon-font-selection-dialog.c: Remove extra space in font size string. Fixes NB...
authorTomas Junnonen <tomas.junnonen@nokia.com>
Fri, 29 Sep 2006 11:38:52 +0000 (11:38 +0000)
committerTomas Junnonen <tomas.junnonen@nokia.com>
Fri, 29 Sep 2006 11:38:52 +0000 (11:38 +0000)
ChangeLog
hildon-widgets/hildon-font-selection-dialog.c

index a6dd101..c40f0fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-29  Tomas Junnonen  <tomas.junnonen@nokia.com>
+
+       * hildon-font-selection-dialog.c: Remove extra space in font size
+       string. Fixes NB#41291.
+
 2006-09-26  Iain Holmes  <iain@openedhand.com>
 
        * hildon-wizard-dialog.c: Show all created widgets so that a
index 1dd3061..811185d 100644 (file)
@@ -1271,7 +1271,7 @@ hildon_font_selection_dialog_show_available_sizes
 
   for (i = 0; i < G_N_ELEMENTS(font_sizes); i++) 
     {
-      size_str = g_strdup_printf ("%i %s",
+      size_str = g_strdup_printf ("%i%s",
                                  font_sizes[i],
                                  _("ecdg_va_font_size_trailer"));