murrine r98 - in trunk: . src



Author: acimitan
Date: Sat Dec 27 19:05:44 2008
New Revision: 98
URL: http://svn.gnome.org/viewvc/murrine?rev=98&view=rev

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

	* src/murrine_style.c (murrine_style_draw_box):
    Fixed a small bug in the progressbar.


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	Sat Dec 27 19:05:44 2008
@@ -988,7 +988,7 @@
 		gdouble               elapsed = 0.0;
 
 		murrine_set_widget_parameters (widget, style, state_type, &params);
-		params.roundness = murrine_style->roundness;
+		params.corners = MRN_CORNER_NONE;
 
 		if (widget && MRN_IS_PROGRESS_BAR (widget))
 			progressbar.orientation = gtk_progress_bar_get_orientation (GTK_PROGRESS_BAR (widget));



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