[gnome-shell] altTab: take into account all windows when computing app icon ordering
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] altTab: take into account all windows when computing app icon ordering
- Date: Sun, 18 Mar 2012 14:08:43 +0000 (UTC)
commit 066d44636ae99483c7b4f99c3d7c31692510ab1c
Author: Stefano Facchini <stefano facchini gmail com>
Date: Mon Mar 12 21:33:04 2012 +0100
altTab: take into account all windows when computing app icon ordering
https://bugzilla.gnome.org/show_bug.cgi?id=667552
js/ui/altTab.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/altTab.js b/js/ui/altTab.js
index 61eceec..f8fdb00 100644
--- a/js/ui/altTab.js
+++ b/js/ui/altTab.js
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]