From 8008638ed647dc8f2f3efac476bb6466b456f4ed Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 09:19:04 +0000 Subject: [PATCH] when cancelling return the first desktop --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2