]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_combined_menu.c
add the activate action. it will replace the focus action, as it can just focus witho...
[chaz/openbox] / openbox / client_list_combined_menu.c
index 60d6e687e46e58266ac2e696623f35a2dc54b67d..998fd0a3727dc68f63c99173f5ce457241325dce 100644 (file)
@@ -98,7 +98,7 @@ static void menu_execute(ObMenuEntry *self, ObMenuFrame *f,
 {
     if (self->id == -1) {
         if (self->data.normal.data) /* it's set to NULL if its destroyed */
-            client_activate(self->data.normal.data, FALSE, TRUE);
+            client_activate(self->data.normal.data, FALSE, TRUE, TRUE, TRUE);
     }
     else
         screen_set_desktop(self->id, TRUE);
This page took 0.020612 seconds and 4 git commands to generate.