gnome-shell r117 - trunk/js/ui
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r117 - trunk/js/ui
- Date: Thu, 4 Dec 2008 15:22:51 +0000 (UTC)
Author: danw
Date: Thu Dec 4 15:22:51 2008
New Revision: 117
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=117&view=rev
Log:
remove debug thing
Modified:
trunk/js/ui/workspaces.js
Modified: trunk/js/ui/workspaces.js
==============================================================================
--- trunk/js/ui/workspaces.js (original)
+++ trunk/js/ui/workspaces.js Thu Dec 4 15:22:51 2008
@@ -106,7 +106,6 @@
// Do the windows in reverse order so that the active
// 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++) {
let win = wswindows[i];
if (win.get_window_type() == Meta.WindowType.DESKTOP ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]