GNOME Bugzilla – Bug 609521
[main.js] Fix up "window-added/removed" callbacks
Last modified: 2010-02-10 14:35:59 UTC
Currently the window-added and window-removed callbacks in main.js:_onWorkspaceSwitched access the first parameter as metaWindow object, but in fact the first one passed is the workspace (metaWorkspace). Fix it by using the second parameter instead (which is a metaWindow object).
Created attachment 153402 [details] [review] [main.js] Fix up "window-added/removed" callbacks
Review of attachment 153402 [details] [review]: Good catch, looks good to commit
Comment on attachment 153402 [details] [review] [main.js] Fix up "window-added/removed" callbacks Commited as 3a7dc32