summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-13 07:27:21 +0000
committerDana Jansens <danakj@orodu.net>2003-04-13 07:27:21 +0000
commitd6ef215583e6293477f674bde75d9a22d0c91d26 (patch)
treed65eefe8ef1892e539e1fb9a5f16a04f53d1f4b4 /openbox/openbox.c
parent159423ff17606a1e1ababec295da1e25d0c57793 (diff)
let specify theme in the rc3 file. rm the other old engine options
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
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;