summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-06 05:51:08 +0000
committerDana Jansens <danakj@orodu.net>2007-05-06 05:51:08 +0000
commita7f65a818c48e272aa9c8c49f2339b46b794078e (patch)
treecfa2dff31be09bf386c09edd4ae6f8e22ca2a735 /openbox/client.c
parent857245960e4a35f9307f1b6124a4b7b4e726298b (diff)
add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops.
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index c18139fb..0caaa4b5 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -3297,7 +3297,7 @@ static void client_present(ObClient *self, gboolean here, gboolean raise)
if (here)
client_set_desktop(self, screen_desktop, FALSE);
else
- screen_set_desktop(self->desktop);
+ screen_set_desktop(self->desktop, FALSE);
} else if (!self->frame->visible)
/* if its not visible for other reasons, then don't mess
with it */