mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
remove debug thing
svn path=/trunk/; revision=117
This commit is contained in:
parent
03e8db6a00
commit
68190e4073
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ Workspaces.prototype = {
|
||||||
|
|
||||||
// Do the windows in reverse order so that the active
|
// Do the windows in reverse order so that the active
|
||||||
// actor ends up on top
|
// actor ends up on top
|
||||||
// for (let i = wswindows.length - 1, windowIndex = 0; i >= 0; i--) {
|
|
||||||
for (let i = 0, windowIndex = 0; i < wswindows.length; i++) {
|
for (let i = 0, windowIndex = 0; i < wswindows.length; i++) {
|
||||||
let win = wswindows[i];
|
let win = wswindows[i];
|
||||||
if (win.get_window_type() == Meta.WindowType.DESKTOP ||
|
if (win.get_window_type() == Meta.WindowType.DESKTOP ||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue