summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-12 09:19:04 +0000
committerDana Jansens <danakj@orodu.net>2003-08-12 09:19:04 +0000
commit8008638ed647dc8f2f3efac476bb6466b456f4ed (patch)
treeb5dbbb2abd2db789442552922c7f177665be3ce7 /openbox
parente7ae71db7008c2418090608e9860da024f1c1464 (diff)
when cancelling return the first desktop
Diffstat (limited to 'openbox')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index 334e1226..8e5daec7 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -708,7 +708,7 @@ done_cycle:
popup_cycle(0, FALSE);
- return d = screen_desktop;
+ return d;
}
void screen_update_layout()