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 615592 - Adapt to new Mutter plugin initialization method
Adapt to new Mutter plugin initialization method
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: 2010-04-12 22:09 UTC by Owen Taylor
Modified: 2010-04-13 17:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adapt to new Mutter plugin initialization method (2.41 KB, patch)
2010-04-12 22:09 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2010-04-12 22:09:19 UTC
With the changes from bug 615586, Mutter now expects a separate start()
method which is called after construction. Move our initialization from
constructed() to start() so it can access the MetaScreen.
Comment 1 Owen Taylor 2010-04-12 22:09:21 UTC
Created attachment 158547 [details] [review]
Adapt to new Mutter plugin initialization method
Comment 2 Owen Taylor 2010-04-13 17:59:20 UTC
Attachment 158547 [details] pushed as 7467e9e - Adapt to new Mutter plugin initialization method