]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
Fix the Focus/Activate actions to focus windows on other desktops correctly
[chaz/openbox] / openbox / client_list_menu.c
index ca4534baec1c1c3db96c410af0e872954805475c..2e87259befef7828d6ef5e1e6d6d2352469e0c3a 100644 (file)
@@ -101,7 +101,7 @@ static void desk_menu_execute(ObMenuEntry *self, ObMenuFrame *f,
 {
     ObClient *t = self->data.normal.data;
     if (t) { /* it's set to NULL if its destroyed */
-        client_activate(t, TRUE, TRUE, TRUE, TRUE);
+        client_activate(t, TRUE, FALSE, TRUE, TRUE, TRUE);
         /* if the window is omnipresent then we need to go to its
            desktop */
         if (t->desktop == DESKTOP_ALL)
This page took 0.022399 seconds and 4 git commands to generate.