gtk-engines r1079 - in trunk: . engines/clearlooks/src



Author: acimitan
Date: Wed Feb 13 12:36:30 2008
New Revision: 1079
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1079&view=rev

Log:
2008-02-13  Andrea Cimitan  <andrea cimitan gmail com>

	* engines/clearlooks/src/clearlooks_draw_gummy.c:
	(clearlooks_gummy_draw_focus):
	... forgot to assign the CLAMP to the radius :)


Modified:
   trunk/ChangeLog
   trunk/engines/clearlooks/src/clearlooks_draw_gummy.c

Modified: trunk/engines/clearlooks/src/clearlooks_draw_gummy.c
==============================================================================
--- trunk/engines/clearlooks/src/clearlooks_draw_gummy.c	(original)
+++ trunk/engines/clearlooks/src/clearlooks_draw_gummy.c	Wed Feb 13 12:36:30 2008
@@ -1654,7 +1654,7 @@
 			parentbg = colors->base[widget->state_type];
 			xoffset = -2.5; /* hack to hide vertical lines */
 			yoffset = 0.5;
-			CLAMP (radius, 0.0, 2.0);
+			radius = CLAMP (radius, 0.0, 2.0);
 			border_alpha = 0.7;
 			focus_fill = FALSE;
 			break;



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