summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT AWT
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2003-11-24 22:59:54 +0000
committerSilenio Quarti <silenio>2003-11-24 22:59:54 +0000
commitcc0feb952cfe58dea8699dc09f6b2c89b33eca26 (patch)
treeb2af29fd19633cf25840125a002c343d929200f1 /bundles/org.eclipse.swt/Eclipse SWT AWT
parent0563c6b25cc2d4d30b7f3986e41fc7b03e35d1b7 (diff)
downloadeclipse.platform.swt-cc0feb952cfe58dea8699dc09f6b2c89b33eca26.tar.gz
eclipse.platform.swt-cc0feb952cfe58dea8699dc09f6b2c89b33eca26.tar.xz
eclipse.platform.swt-cc0feb952cfe58dea8699dc09f6b2c89b33eca26.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT AWT/motif/org/eclipse/swt/internal/awt/SWT_AWT.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/motif/org/eclipse/swt/internal/awt/SWT_AWT.java b/bundles/org.eclipse.swt/Eclipse SWT AWT/motif/org/eclipse/swt/internal/awt/SWT_AWT.java
index cc7f641130..fb20100a52 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT AWT/motif/org/eclipse/swt/internal/awt/SWT_AWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/motif/org/eclipse/swt/internal/awt/SWT_AWT.java
@@ -72,9 +72,7 @@ public static Frame new_Frame (final Composite parent) {
/* Call registerListeners() to make XEmbed focus traversal work */
Method method = clazz.getMethod("registerListeners", null);
if (method != null) method.invoke(value, null);
- } catch (Throwable e) {
- SWT.error (SWT.ERROR_NOT_IMPLEMENTED, e);
- }
+ } catch (Throwable e) {}
final Frame frame = (Frame) value;
parent.getShell ().addListener (SWT.Move, new Listener () {
public void handleEvent (Event e) {