Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/BUILD_INFO.txt8
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libgnomeproxy-1.0.0.sobin91384 -> 86223 bytes
-rw-r--r--bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c1
3 files changed, 5 insertions, 4 deletions
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/BUILD_INFO.txt b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/BUILD_INFO.txt
index 507e223db..682ef9879 100644
--- a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/BUILD_INFO.txt
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/BUILD_INFO.txt
@@ -3,8 +3,8 @@ Native Build Info:
platform: linux.gtk.x86
built by: Pawel Pogorzelski, Pawel.Pogorzelski@pl.ibm.com
-build date: 01-Sep-2008
-OS Name: Red Hat Enterprise Linux WS release 4 (Nahant)
-OS Version: Linux 2.6.9-5.EL
-Compiler version: gcc (GCC) 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)
+build date: 17-October-2008
+OS Name: Red Hat Enterprise Linux WS release 3, update 3
+OS Version: Linux 2.4.21-20.EL
+Compiler version: gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-42)
Java version: Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_17-b06) \ No newline at end of file
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libgnomeproxy-1.0.0.so b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libgnomeproxy-1.0.0.so
index 06f71642a..54f49d398 100644
--- a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libgnomeproxy-1.0.0.so
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libgnomeproxy-1.0.0.so
Binary files differ
diff --git a/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c b/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c
index 37209d563..870e0bedd 100644
--- a/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c
+++ b/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c
@@ -47,6 +47,7 @@ static jmethodID passwordMethod;
JNIEXPORT void JNICALL Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_gconfInit(
JNIEnv *env, jclass clazz) {
+ g_type_init();
client = gconf_client_get_default();
jclass cls= NULL;
CHECK_NULL(cls = (*env)->FindClass(env, "org/eclipse/core/internal/net/ProxyData"));

Back to the top