diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 07:53:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 07:53:13 +0000 |
| commit | d38855a0a586c23b26627db5b61ab0531e797061 (patch) | |
| tree | ce70fb78804ab12bd85f67fe9326f203a9c2b02d /openbox | |
| parent | 7287ae738ebf56b3e5f985b89ce97bfac5343a76 (diff) | |
dont set the restart path to "", load the placement plugin
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/openbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
