freebsd-ports/x11-themes/clearlooks/files/patch-src_support.c
Michael Johnson e1c5ff855d - Update to 0.6
Note: gnome users and gtk-engines2 users should use x11-themes/clearlooks-themes
2005-06-09 21:26:05 +00:00

12 lines
356 B
C

--- src/support.c.orig Thu Jun 9 17:19:53 2005
+++ src/support.c Thu Jun 9 17:20:15 2005
@@ -530,8 +530,8 @@
void gtk_clist_get_header_index (GtkCList *clist, GtkWidget *button,
gint *column_index, gint *columns)
{
- *columns = clist->columns;
int i;
+ *columns = clist->columns;
for (i=0; i<*columns; i++)
{