From: Dana Jansens Date: Fri, 21 Mar 2003 07:53:13 +0000 (+0000) Subject: dont set the restart path to "", load the placement plugin X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=d38855a0a586c23b26627db5b61ab0531e797061;p=chaz%2Fopenbox dont set the restart path to "", load the placement plugin --- diff --git a/openbox/openbox.c b/openbox/openbox.c index e7fd7931..5a7f5a5c 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -179,7 +179,6 @@ int main(int argc, char **argv) XCloseDisplay(ob_display); if (ob_restart) { - ob_restart_path = ""; if (ob_restart_path != NULL) { int argcp; char **argvp;