Init all fonts to NULL, so if they arent in the config they use the default font

This commit is contained in:
Dana Jansens 2010-01-28 08:37:18 -05:00
parent 0cd6f4e43c
commit 02a956b065

View file

@ -985,6 +985,8 @@ void config_startup(ObtXmlInst *i)
config_font_inactivewindow = NULL;
config_font_menuitem = NULL;
config_font_menutitle = NULL;
config_font_activeosd = NULL;
config_font_inactiveosd = NULL;
obt_xml_register(i, "theme", parse_theme, NULL);