summaryrefslogtreecommitdiffstats
path: root/x11-themes/clearlooks/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 12:45:26 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 12:45:26 +0800
commit466fecc955c4edadfec86bb995303a05e20a36c0 (patch)
treeba5799f0b49cd481a7d0b834a53da412ed91ba59 /x11-themes/clearlooks/files
parentae02cb4fcd9a5e211cbf998df8eec4521072dbe9 (diff)
downloadmarcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar
marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.gz
marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.bz2
marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.lz
marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.xz
marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.tar.zst
marcuscom-ports-466fecc955c4edadfec86bb995303a05e20a36c0.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/clearlooks/files')
-rw-r--r--x11-themes/clearlooks/files/patch-src_support.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/clearlooks/files/patch-src_support.c b/x11-themes/clearlooks/files/patch-src_support.c
new file mode 100644
index 000000000..6f6ef5abc
--- /dev/null
+++ b/x11-themes/clearlooks/files/patch-src_support.c
@@ -0,0 +1,12 @@
+--- 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++)
+ {