diff options
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 afe43f27..134070ad 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -174,7 +174,7 @@ int main(int argc, char **argv) parse_shutdown(); /* load the theme specified in the rc file */ - theme = theme_load("ebox"); /* woot i like this theme :) */ + theme = theme_load(config_theme); g_free(theme); if (!theme) return 1; |
