2006-09-04 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 4 Sep 2006 07:51:50 +0000 (07:51 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 4 Sep 2006 07:51:50 +0000 (07:51 +0000)
* hildon-widgets/hildon-font-selection-dialog.c: Excluding some more
hardcoded fonts from the font selection dialog. We need a flexible API
to do that in future, but currently introducing it wouldn't be
feasible. Fixes #NB30530.

ChangeLog
hildon-widgets/hildon-font-selection-dialog.c

index 089ea46..0804fdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-04  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * hildon-widgets/hildon-font-selection-dialog.c: Excluding some more
+       hardcoded fonts from the font selection dialog. We need a flexible API
+       to do that in future, but currently introducing it wouldn't be
+       feasible. Fixes #NB30530.
+
 2006-09-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * debian/changelog: Small ver. fix.
index 7c44660..88f4d1a 100644 (file)
@@ -1139,6 +1139,9 @@ hildon_font_selection_dialog_show_preview(HildonFontSelectionDialog *
 static gboolean is_internal_font(const gchar * name){
   return strcmp(name, "DeviceSymbols") == 0
       || strcmp(name, "Nokia Smiley" ) == 0
+      || strcmp(name, "NewCourier" ) == 0
+      || strcmp(name, "NewTimes" ) == 0
+      || strcmp(name, "SwissA" ) == 0
       || strcmp(name, "Nokia Sans"   ) == 0
       || strcmp(name, "Nokia Sans Cn") == 0;
 }