]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_combined_menu.c
Fix the Focus/Activate actions to focus windows on other desktops correctly
[chaz/openbox] / openbox / client_list_combined_menu.c
index ad23cd4886d04581c45a9fbc1f51a1c1eced43ec..593010ebf5fd4691d50570e97cd31818bfab9ec9 100644 (file)
@@ -114,7 +114,7 @@ static void menu_execute(ObMenuEntry *self, ObMenuFrame *f,
     else {
         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.020274 seconds and 4 git commands to generate.