From 5bf68f762b8fc87cf5583b645b948b4fe55f179f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 22 Mar 2003 23:26:43 +0000 Subject: make the openbox engine use the new config shit instead of the themerc shit. order te startup so that plugins can set up their config shit before parsing the config, then the config is parsed, engine is loaded, and finally the plugins are officially started. --- openbox/engine.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/engine.c') diff --git a/openbox/engine.c b/openbox/engine.c index c4e24a39..c654d263 100644 --- a/openbox/engine.c +++ b/openbox/engine.c @@ -64,9 +64,8 @@ void engine_startup() ConfigValue engine; module = NULL; - g_message("ENGINE STARTUP"); + if (config_get("engine", Config_String, &engine)) { - g_warning("GOT ENGINE %s", engine.string); if (load(engine.string)) return; g_warning("Failed to load the engine '%s'", engine.string); -- cgit v1.2.3