summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-24 00:49:31 +0000
committerDana Jansens <danakj@orodu.net>2003-03-24 00:49:31 +0000
commit2bdccde5c266ad00e7f50c209397f83bcec74e59 (patch)
tree899af15c5f2867a8655cbda1003997652c434af9
parent137efd1367704aa39d139b59930c3d103ca7143f (diff)
focus seems to work when not remote too now
-rw-r--r--openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index fa31204f..46e6a864 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -49,7 +49,7 @@ State ob_state;
gboolean ob_shutdown = FALSE;
gboolean ob_restart = FALSE;
char *ob_restart_path = NULL;
-gboolean ob_remote = TRUE;
+gboolean ob_remote = FALSE;
gboolean ob_sync = FALSE;
Cursors ob_cursors;
char *ob_rc_path = NULL;