summaryrefslogtreecommitdiffstats
path: root/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-04-06 04:54:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-04-06 04:54:18 +0800
commit638b97f5a5d741cee963b662efa43f26ddf9d04c (patch)
treec4dfb23a4708ce0260562560cd232bdef6bb6711 /devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c
parent9062210343a87551bd420e59ca2d4e52f1365fe3 (diff)
downloadmarcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.gz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.bz2
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.lz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.xz
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.zst
marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.zip
Garbage collection GNOME 2.5. Next stop, GNOME 2.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2260 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c')
-rw-r--r--devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c b/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c
deleted file mode 100644
index 45e65648a..000000000
--- a/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/jni/org_gnu_gconf_ConfValue.c.orig Thu Feb 19 16:19:17 2004
-+++ src/jni/org_gnu_gconf_ConfValue.c Thu Feb 19 16:19:46 2004
-@@ -111,8 +111,9 @@
- jclass aCls = NULL;
- guint len;
- jobjectArray ar;
-+ GConfValueType vt;
- len = g_slist_length(list);
-- GConfValueType vt = gconf_value_get_list_type((GConfValue*)value);
-+ vt = gconf_value_get_list_type((GConfValue*)value);
- if (vt == GCONF_VALUE_STRING)
- aCls = (*env)->FindClass(env, "java/lang/String");
- else if (vt == GCONF_VALUE_INT)