From: Dana Jansens Date: Tue, 12 Aug 2003 09:19:04 +0000 (+0000) Subject: when cancelling return the first desktop X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8008638ed647dc8f2f3efac476bb6466b456f4ed;p=chaz%2Fopenbox when cancelling return the first desktop --- 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()