murrine r135 - in trunk: . src



Author: acimitan
Date: Fri Jan 23 15:52:04 2009
New Revision: 135
URL: http://svn.gnome.org/viewvc/murrine?rev=135&view=rev

Log:
2009-01-23  Andrea Cimitan  <andrea cimitan gmail com>

	* src/murrine_style.c (murrine_style_draw_shadow):
	Don't draw statusbar'S HIGHLIGHT when shadow-type is GTK_SHADOW_NONE.


Modified:
   trunk/ChangeLog
   trunk/src/murrine_style.c

Modified: trunk/src/murrine_style.c
==============================================================================
--- trunk/src/murrine_style.c	(original)
+++ trunk/src/murrine_style.c	Fri Jan 23 15:52:04 2009
@@ -421,8 +421,9 @@
 			                                    area, x, y, width, height);
 		}
 
-		STYLE_FUNCTION(draw_statusbar) (cr, colors, &params,
-		                                x, y, width, height);
+		if (shadow_type != GTK_SHADOW_NONE)
+			STYLE_FUNCTION(draw_statusbar) (cr, colors, &params,
+			                                x, y, width, height);
 	}
 	else if (DETAIL ("frame"))
 	{



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