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 632500 - Adapt to removal of Mutter namespace
Adapt to removal of Mutter namespace
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: 628520
Blocks:
 
 
Reported: 2010-10-18 20:20 UTC by Owen Taylor
Modified: 2010-10-23 19:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adapt to removal of Mutter namespace (38.81 KB, patch)
2010-10-18 20:20 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2010-10-18 20:20:49 UTC
MutterWindow and MutterPlugin have been renamed to MetaWindowActor
and MetaPlugin, mutter_plugin_list_windows() to
meta_plugin_list_window_actors(). Adapt to those changes.
Comment 1 Owen Taylor 2010-10-18 20:20:51 UTC
Created attachment 172642 [details] [review]
Adapt to removal of Mutter namespace
Comment 2 Owen Taylor 2010-10-18 20:21:49 UTC
Marking dependency on the Mutter bug with the patch that does the rename
Comment 3 Owen Taylor 2010-10-23 19:51:56 UTC
Attachment 172642 [details] pushed as 2fa6f7b - Adapt to removal of Mutter namespace