murrine r97 - in trunk: . src



Author: acimitan
Date: Sat Dec 27 18:59:36 2008
New Revision: 97
URL: http://svn.gnome.org/viewvc/murrine?rev=97&view=rev

Log:
2008-12-27  Andrea Cimitan  <andrea cimitan gmail com>

	* src/murrine_draw.c (murrine_draw_menuitem):
    Use lightborder_ratio of the theme,
    please disable it in the gtkrc if you don't want it.


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 Dec 27 18:59:36 2008
@@ -1197,7 +1197,7 @@
 			if (widget->roundness > 1)
 				cairo_clip_preserve (cr);
 
-			murrine_draw_glaze (cr, &colors->spot[1], widget->highlight_ratio, widget->glazestyle == 2 ? widget->lightborder_ratio : 1.0,
+			murrine_draw_glaze (cr, &colors->spot[1], widget->highlight_ratio, widget->lightborder_ratio,
 			                    widget->mrn_gradient, widget, 1, 1, width-2, height-2,
 			                    widget->roundness, widget->corners, TRUE);
 			break;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]