]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
Fix client_activate() to work for internal Openbox menus
[chaz/openbox] / openbox / client_list_menu.c
index 4ec6e7855f8830128189683869919a711a52c4e7..ca4534baec1c1c3db96c410af0e872954805475c 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, FALSE, TRUE, TRUE, TRUE);
+        client_activate(t, TRUE, 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.021655 seconds and 4 git commands to generate.