From 02a956b065a157212d98c149ac3f5db2ea64a0cb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Jan 2010 08:37:18 -0500 Subject: [PATCH] Init all fonts to NULL, so if they arent in the config they use the default font --- openbox/config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/config.c b/openbox/config.c index 72d05469..e7a2440b 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -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); -- 2.44.0