From: Dana Jansens Date: Tue, 12 Aug 2003 09:19:04 +0000 (+0000) Subject: when cancelling return the first desktop X-Git-Tag: openbox-3_0-rc1-RELEASE~638 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8008638ed647dc8f2f3efac476bb6466b456f4ed;p=dana%2Fopenbox.git 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()