summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 13:12:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-15 13:12:25 +0800
commitd24f0c681fd95229fca362f9115b329c205ba24f (patch)
tree9e039ec83ca307c6f1b99eb00ed300971a0bb225 /x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
parentae03ff404c53f2847dc6167c401749c0674110a7 (diff)
downloadmarcuscom-ports-d24f0c681fd95229fca362f9115b329c205ba24f.tar
marcuscom-ports-d24f0c681fd95229fca362f9115b329c205ba24f.tar.gz
marcuscom-ports-d24f0c681fd95229fca362f9115b329c205ba24f.tar.bz2
marcuscom-ports-d24f0c681fd95229fca362f9115b329c205ba24f.tar.lz
marcuscom-ports-d24f0c681fd95229fca362f9115b329c205ba24f.tar.xz
marcuscom-ports-d24f0c681fd95229fca362f9115b329c205ba24f.tar.zst
marcuscom-ports-d24f0c681fd95229fca362f9115b329c205ba24f.zip
Update to 2.3.0 from the ports-experimental module.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3057 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c')
-rw-r--r--x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c b/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
new file mode 100644
index 000000000..4ddea93df
--- /dev/null
+++ b/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
@@ -0,0 +1,11 @@
+--- gal/e-table/e-table-group.c.orig Mon Feb 17 14:23:16 2003
++++ gal/e-table/e-table-group.c Wed Mar 12 22:13:38 2003
+@@ -136,7 +136,7 @@
+ g_object_ref (etg->model);
+ g_object_set (G_OBJECT (etg),
+ "parent", parent,
+- NULL);
++ (void*)0);
+ }
+
+ /**