restart will work soon

This commit is contained in:
Dana Jansens 2003-03-19 21:54:29 +00:00
parent 6321d28652
commit c1e6991224

View file

@ -172,7 +172,12 @@ int main(int argc, char **argv)
XCloseDisplay(ob_display); XCloseDisplay(ob_display);
/* XXX if (ob_restart) */ if (ob_restart) {
if (ob_restart_path != NULL) {
/* run other shit */
}
/* re-run me */
}
return 0; return 0;
} }