diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-31 15:40:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-31 15:40:41 +0000 |
| commit | 5588c493355878e8243f889ec4225c02f044e822 (patch) | |
| tree | 0280909357fdb1e5d80bfef8bda3e57306f2439b /openbox/openbox.c | |
| parent | 5e50b406d06147bfce746c24b5341321d55c4a3f (diff) | |
add an allow_fallback option when opening a theme
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
