GNOME Bugzilla – Bug 640361
Minor comment bug in workspace.js
Last modified: 2011-02-21 18:23:50 UTC
// Create clones for remaining windows that should be // visible in the Overview this._windows = []; this._windowOverlays = []; for (let i = 0; i < windows.length; i++) { if (this._isOverviewWindow(windows[i])) { this._addWindowClone(windows[i]); } } I think "remaining" here above refers to the way we used to find and special case the desktop window if any - has no relevance to current code.
Created attachment 181372 [details] [review] workspaces: Remove obsolete comment --- <rant> Fixing this two bugs would have taken you equally or even less time then filling bugs ;) </rant>
Review of attachment 181372 [details] [review]: I probably didn't have a clean tree or someone to ask for a pastebin review
Attachment 181372 [details] pushed as 3fd908d - workspaces: Remove obsolete comment