From d6ef215583e6293477f674bde75d9a22d0c91d26 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 07:27:21 +0000 Subject: let specify theme in the rc3 file. rm the other old engine options --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/openbox.c') 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; -- cgit v1.2.3