20780N/A--- gtk-engines-2.91.1/engines/clearlooks/src/clearlooks_style.c-orig 2011-07-07 17:09:34.476575608 -0500
20780N/A+++ gtk-engines-2.91.1/engines/clearlooks/src/clearlooks_style.c 2011-07-07 17:11:00.176523923 -0500
20780N/A@@ -718,7 +718,7 @@ clearlooks_style_draw_box (DRAW_ARGS)
20780N/A #ifdef HAVE_WORKING_ANIMATION
20780N/A if(clearlooks_style->animation && clearlooks_animation_is_progressbar (widget))
20780N/A {
20780N/A-#warning Assuming non-pulsing progress bars because there is currently no way to query them in GTK+ 3.0.
20780N/A+/* warning Assuming non-pulsing progress bars because there is currently no way to query them in GTK+ 3.0. */
20780N/A clearlooks_animation_progressbar_add ((gpointer)widget);
20780N/A }
20780N/A
20780N/A@@ -744,7 +744,7 @@ clearlooks_style_draw_box (DRAW_ARGS)
20780N/A progressbar.orientation = CL_ORIENTATION_TOP_TO_BOTTOM;
20780N/A }
20780N/A progressbar.value = gtk_progress_bar_get_fraction(GTK_PROGRESS_BAR(widget));
20780N/A-#warning Assuming non-pulsing progress bars because there is currently no way to query them in GTK+ 3.0.
20780N/A+/* #warning Assuming non-pulsing progress bars because there is currently no way to query them in GTK+ 3.0. */
20780N/A progressbar.pulsing = FALSE;
20780N/A }
20780N/A else