GNOME Bugzilla – Bug 735840
EmptyBoxes uses a non-existant child name
Last modified: 2016-03-31 13:22:07 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.
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.
Thanks. Push the patch with some minor improvements to log.