From: Dana Jansens Date: Wed, 19 Mar 2003 21:54:29 +0000 (+0000) Subject: restart will work soon X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c1e6991224400f5e4e65eb2f617efceefef36155;p=chaz%2Fopenbox restart will work soon --- diff --git a/openbox/openbox.c b/openbox/openbox.c index 4556fc8f..025a16a7 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -172,7 +172,12 @@ int main(int argc, char **argv) XCloseDisplay(ob_display); - /* XXX if (ob_restart) */ + if (ob_restart) { + if (ob_restart_path != NULL) { + /* run other shit */ + } + /* re-run me */ + } return 0; }