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 529206 - ETree should expose a odd-row-color style properties (like GtkTreeView)
ETree should expose a odd-row-color style properties (like GtkTreeView)
Status: RESOLVED DUPLICATE of bug 527532
Product: evolution
Classification: Applications
Component: Mailer
2.24.x (obsolete)
Other All
: Normal trivial
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-04-21 13:32 UTC by Johan Euphrosine
Modified: 2013-09-13 01:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Johan Euphrosine 2008-04-21 13:32:39 UTC
Please describe the problem:
Currently ETableItem enforce the difference between odd an even row color with:
eti_get_cell_background_color
e_hsv_tweak (background, 0.0f, 0.0f, -0.07f);

It should expose a odd-row-color for theme to be able to control odd row color from gtkrc.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 André Klapper 2008-04-21 14:55:59 UTC
right... interested to come up with a patch? :-)
Comment 2 Johan Euphrosine 2008-04-21 15:25:24 UTC

*** This bug has been marked as a duplicate of 527532 ***