summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2001-11-15 22:25:22 +0000
committerSteve Northover <steve>2001-11-15 22:25:22 +0000
commit5a1c71b89899ab31c0f87fd0b3cee1b40ad0903c (patch)
treec6602b0b843e8d8694f24c27c190c73f352963e0
parentc8d013ce8f75cf9d7f39a4e29c3302d25e981c5f (diff)
downloadeclipse.platform.swt-5a1c71b89899ab31c0f87fd0b3cee1b40ad0903c.tar.gz
eclipse.platform.swt-5a1c71b89899ab31c0f87fd0b3cee1b40ad0903c.tar.xz
eclipse.platform.swt-5a1c71b89899ab31c0f87fd0b3cee1b40ad0903c.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java b/bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java
index fc58e93f2d..68dae6b08f 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java
@@ -524,6 +524,7 @@ static String gnome_getMimeValue(String mimeType, String key) {
}
static boolean kde_init () {
+ if (true) return false;
try {
Callback.loadLibrary("swt-kde");
} catch (SWTError e) {