mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
altTab: take into account all windows when computing app icon ordering
https://bugzilla.gnome.org/show_bug.cgi?id=667552
This commit is contained in:
parent
3dbf06420d
commit
066d44636a
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ const AltTabPopup = new Lang.Class({
|
|||
|
||||
let screen = global.screen;
|
||||
let display = screen.get_display();
|
||||
let windows = display.get_tab_list(Meta.TabList.NORMAL, screen,
|
||||
let windows = display.get_tab_list(Meta.TabList.NORMAL_ALL, screen,
|
||||
screen.get_active_workspace());
|
||||
|
||||
// windows is only the windows on the current workspace. For
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue