murrine r119 - in trunk: . src
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: murrine r119 - in trunk: . src
- Date: Sat, 3 Jan 2009 01:16:20 +0000 (UTC)
Author: acimitan
Date: Sat Jan 3 01:16:20 2009
New Revision: 119
URL: http://svn.gnome.org/viewvc/murrine?rev=119&view=rev
Log:
2009-01-03 Andrea Cimitan <andrea cimitan gmail com>
* src/murrine_draw.c (murrine_draw_list_view_header):
Better listview header (uses lightborder) when glazestyle != 0.
Modified:
trunk/ChangeLog
trunk/src/murrine_draw.c
Modified: trunk/src/murrine_draw.c
==============================================================================
--- trunk/src/murrine_draw.c (original)
+++ trunk/src/murrine_draw.c Sat Jan 3 01:16:20 2009
@@ -1207,7 +1207,7 @@
cairo_rectangle (cr, 0, 0, width, height);
murrine_draw_glaze (cr, fill,
- widget->glow_shade, widget->highlight_shade, widget->glazestyle == 2 ? widget->lightborder_shade : 1.0,
+ widget->glow_shade, widget->highlight_shade, widget->glazestyle != 0 ? widget->lightborder_shade : 1.0,
widget->mrn_gradient, widget, 0, 0, width, height-1,
widget->roundness, widget->corners, TRUE);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]