After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567091 - Pass the right 'this' to switchWorkspaceDone
Pass the right 'this' to switchWorkspaceDone
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-01-08 22:41 UTC by Owen Taylor
Modified: 2009-01-08 23:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Pass the right 'this' to switchWorkspaceDone (1.09 KB, patch)
2009-01-08 22:41 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2009-01-08 22:41:06 UTC
switchWorkspaceDone was being called with the wrong 'this', causing
ShellWM.completed_switch_workspace() never to be called, causing stacking
order to get confused.
Comment 1 Owen Taylor 2009-01-08 22:41:13 UTC
Created attachment 126062 [details] [review]
Pass the right 'this' to switchWorkspaceDone
Comment 2 Owen Taylor 2009-01-08 23:35:24 UTC
Committted.