]> Dogcows Code - chaz/openbox/commitdiff
properly show/hide the dialog for the Desktop action
authorDana Jansens <danakj@orodu.net>
Sat, 27 Sep 2003 17:24:45 +0000 (17:24 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 27 Sep 2003 17:24:45 +0000 (17:24 +0000)
openbox/action.c

index 870e8f76ccd025fb3911b5a81b6167686e0f3ebe..767f8c115d213e1c25f85c5024b0dd0f8ee40eeb 100644 (file)
@@ -1234,7 +1234,7 @@ void action_desktop(union ActionData *data)
         screen_set_desktop(first);
     }
 
-    if (data->inter.any.interactive && data->inter.final) {
+    if (!data->inter.any.interactive || data->inter.final) {
         screen_desktop_popup(0, FALSE);
         first = (unsigned) -1;
     }
This page took 0.022411 seconds and 4 git commands to generate.