diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-09 13:25:19 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-09 13:25:19 -0500 |
| commit | 324ba15ebc79eb95cf6ec9c0f7d42250fc30f11b (patch) | |
| tree | 844de3ad3fe13214223fcc597d94429217e235a4 /openbox/client_list_combined_menu.c | |
| parent | 9f74f1e244d90a60aa33e5921a66bb22e3faf073 (diff) | |
Fix the Focus/Activate actions to focus windows on other desktops correctly
Diffstat (limited to 'openbox/client_list_combined_menu.c')
| -rw-r--r-- | openbox/client_list_combined_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client_list_combined_menu.c b/openbox/client_list_combined_menu.c index ad23cd48..593010eb 100644 --- a/openbox/client_list_combined_menu.c +++ b/openbox/client_list_combined_menu.c @@ -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) |
