]> Dogcows Code - chaz/openbox/commitdiff
restart will work soon
authorDana Jansens <danakj@orodu.net>
Wed, 19 Mar 2003 21:54:29 +0000 (21:54 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 19 Mar 2003 21:54:29 +0000 (21:54 +0000)
openbox/openbox.c

index 4556fc8fcc677d94e40fb2274a632ad774750920..025a16a7612341faff9781d7119c938ad0bb68c8 100644 (file)
@@ -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;
 }
This page took 0.027511 seconds and 4 git commands to generate.