From 5588c493355878e8243f889ec4225c02f044e822 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 May 2007 15:40:41 +0000 Subject: add an allow_fallback option when opening a theme --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox') diff --git a/openbox/openbox.c b/openbox/openbox.c index 9b81f200..cfc6f036 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -261,7 +261,7 @@ gint main(gint argc, gchar **argv) /* load the theme specified in the rc file */ { RrTheme *theme; - if ((theme = RrThemeNew(ob_rr_inst, config_theme, + if ((theme = RrThemeNew(ob_rr_inst, config_theme, TRUE, config_font_activewindow, config_font_inactivewindow, config_font_menutitle, -- cgit v1.2.3