diff options
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 800e6a21..5f926bb6 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -274,7 +274,8 @@ gint main(gint argc, gchar **argv) config_font_inactivewindow, config_font_menutitle, config_font_menuitem, - config_font_osd))) + config_font_activeosd, + config_font_inactiveosd))) { RrThemeFree(ob_rr_theme); ob_rr_theme = theme; |
