]> Dogcows Code - chaz/openbox/commitdiff
Init all fonts to NULL, so if they arent in the config they use the default font
authorDana Jansens <danakj@orodu.net>
Thu, 28 Jan 2010 13:37:18 +0000 (08:37 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 28 Jan 2010 13:40:07 +0000 (08:40 -0500)
openbox/config.c

index 72d054693562528adf2a58f000d0245821e6b482..e7a2440b903c384fcd5fb504d596739db7f6b0b7 100644 (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);
 
This page took 0.020162 seconds and 4 git commands to generate.