X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fengine.c;h=c654d26380d942a287543528163b7f1fcb64d547;hb=1b20f591af578f0b9dea7c13b4de8f15ab1074af;hp=c4e24a39cb5dd49536e30c28488635796a8e439d;hpb=9f68b12062bfa5e68c00db8a74ca58998661a13b;p=chaz%2Fopenbox 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);