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 680008 - cellrendererpix: set the IMAGE style class when rendering an icon
cellrendererpix: set the IMAGE style class when rendering an icon
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-07-16 13:30 UTC by Cosimo Cecchi
Modified: 2012-07-16 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cellrendererpix: set the IMAGE style class when rendering an icon (1.71 KB, patch)
2012-07-16 13:30 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2012-07-16 13:30:09 UTC
See attached patch; this enables symbolic icon theming in treeviews.
Comment 1 Cosimo Cecchi 2012-07-16 13:30:11 UTC
Created attachment 218910 [details] [review]
cellrendererpix: set the IMAGE style class when rendering an icon

This way, themes can change symbolic icon colors for views, by using a

.view.image {

}

CSS selector.
Comment 2 Matthias Clasen 2012-07-16 13:33:14 UTC
Review of attachment 218910 [details] [review]:

ok
Comment 3 Cosimo Cecchi 2012-07-16 13:35:40 UTC
Attachment 218910 [details] pushed as 23c5eba - cellrendererpix: set the IMAGE style class when rendering an icon

Thanks