]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
don't unset the config namespace so that if you rerun it, it uses the same one. this...
[chaz/openbox] / openbox / openbox.c
index 0006f438bc3c2957ddeff4f123b787dd693f458c..0f2ba9237cf150c7619f781feb99dd0d26688ae2 100644 (file)
@@ -493,11 +493,8 @@ static void parse_env()
     /* unset this so we don't pass it on unknowingly */
     unsetenv("DESKTOP_STARTUP_ID");
 
-    if (getenv("OPENBOX_CONFIG_NAMESPACE")) {
+    if (getenv("OPENBOX_CONFIG_NAMESPACE"))
         ob_config_type = g_strdup(getenv("OPENBOX_CONFIG_NAMESPACE"));
-        /* don't pass it on except if we restart */
-        unsetenv("OPENBOX_CONFIG_NAMESPACE");
-    }
 }
 
 static void parse_args(gint *argc, gchar **argv)
This page took 0.023068 seconds and 4 git commands to generate.