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 788921 - monitor-manager/xrandr: Chain up constructed vfunc
monitor-manager/xrandr: Chain up constructed vfunc
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2017-10-13 09:06 UTC by Jonas Ådahl
Modified: 2017-10-16 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
monitor-manager/xrandr: Chain up constructed vfunc (1.02 KB, patch)
2017-10-13 09:06 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2017-10-13 09:06:44 UTC
I noticed that org.gnome.Mutter.DisplayConfig suddenly wasn't exported when
running on Xorg. This was the reason.
Comment 1 Jonas Ådahl 2017-10-13 09:06:48 UTC
Created attachment 361496 [details] [review]
monitor-manager/xrandr: Chain up constructed vfunc

'monitor-manager: Keep pointer to backend' added a
GObjectClass::constructed implementation, but didn't chain it up to the
parent. Fix that.
Comment 2 Florian Müllner 2017-10-13 11:01:12 UTC
Review of attachment 361496 [details] [review]:

LGTM
Comment 3 Jonas Ådahl 2017-10-16 09:17:11 UTC
Attachment 361496 [details] pushed as a17b343 - monitor-manager/xrandr: Chain up constructed vfunc