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-#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.orientation = CL_ORIENTATION_TOP_TO_BOTTOM;
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;