Package: gtk2-engines-cleanice / 2.4.1-3

Metadata

Package Version Patches format
gtk2-engines-cleanice 2.4.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 draw_flat_box segfault better fix | (download)

src/cleanice-draw.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 a better fix for draw_flat_box() segfault
 Provide a better fix to conform to the TreeView documentation:
 .
 "The detail string depends a lot on the style properties and
 other settings. It STARTS either with "cell_even" or "cell_odd",
 and then MORE IS ADDED ..."
 .
 (http://live.gnome.org/GnomeArt/Tutorials/GtkThemes/GtkTreeView/)
02 draw arrow fixes | (download)

src/cleanice-draw.c | 125 9 + 116 - 0 !
1 file changed, 9 insertions(+), 116 deletions(-)

 make arrow drawing more consistent
 This patch removes unused shadowing code for all arrows
 and fixes the placement of arrows inside their widgets.
03 checkbox prelight text color fix | (download)

src/cleanice-draw.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix text label colors in check buttons in prelight state
 This hack makes the text label colors of check buttons in prelight
 state to be the same as in the normal state. Should be consistent
 with the related hack in draw_flat_box().