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 735840 - EmptyBoxes uses a non-existant child name
EmptyBoxes uses a non-existant child name
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
3.13.x
Other All
: Normal normal
: 3.22
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-09-01 19:00 UTC by Timm Bäder
Modified: 2016-03-31 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
EmptyBoxes: content-bg is not the child name (957 bytes, patch)
2014-09-01 19:00 UTC, Timm Bäder
committed Details | Review

Description Timm Bäder 2014-09-01 19:00:50 UTC
EmptyBoxes currently (since 795f70f78d06e5f0696ab454ddf9d92d8704c83f) 
tries to make the child "content-bg" visible. This is however not a valid 
child name, it's a style class which was just replaced by mistake in that commit.
Comment 1 Timm Bäder 2014-09-01 19:00:53 UTC
Created attachment 285058 [details] [review]
EmptyBoxes: content-bg is not the child name

content-bg is a style class, not the name of a GtkStack child, fix this
by using the real child name of the widget.
Comment 2 Zeeshan Ali 2014-09-02 01:06:48 UTC
Thanks. Push the patch with some minor improvements to log.