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 644925 - widget: reset widget style after applying style classes from GtkBuilder
widget: reset widget style after applying style classes from GtkBuilder
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-03-16 14:52 UTC by Cosimo Cecchi
Modified: 2011-03-16 14:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
widget: reset widget style after applying style classes from GtkBuilder (965 bytes, patch)
2011-03-16 14:52 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2011-03-16 14:52:31 UTC
Without this patch e.g. gnome-control-center's toolbar button is broken.
Comment 1 Cosimo Cecchi 2011-03-16 14:52:33 UTC
Created attachment 183543 [details] [review]
widget: reset widget style after applying style classes from GtkBuilder

Otherwise, the parsed style classes do not get propagated to the
children.
Comment 2 Matthias Clasen 2011-03-16 14:54:36 UTC
Review of attachment 183543 [details] [review]:

Oh, good catch.
Comment 3 Cosimo Cecchi 2011-03-16 14:56:04 UTC
Attachment 183543 [details] pushed as f4930dc - widget: reset widget style after applying style classes from GtkBuilder