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 <[EMAIL PROTECTED]> * 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; _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.