From: Dana Jansens Date: Sat, 5 Apr 2003 20:56:02 +0000 (+0000) Subject: dont default to NULL for the engine name X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=3921ce3067cb12f8472d44bd53d840a80a85b506;p=chaz%2Fopenbox dont default to NULL for the engine name --- diff --git a/openbox/engine.c b/openbox/engine.c index 46a14bcb..75446efc 100644 --- a/openbox/engine.c +++ b/openbox/engine.c @@ -125,7 +125,7 @@ static void parse_assign(char *name, ParseToken *value) void engine_startup() { module = NULL; - engine_name = NULL; + engine_name = g_strdup(DEFAULT_ENGINE); engine_theme = NULL; engine_layout = g_strdup("NDSLIMC"); engine_font = g_strdup("Sans-7");