diff dwtx/jface/operation/ModalContext.d @ 72:5df4896124c7

JFace and its examples do compile
author Frank Benoit <benoit@tionex.de>
date Thu, 22 May 2008 17:56:17 +0200
parents 4878bef4a38e
children 7ffeace6c47f
line wrap: on
line diff
--- a/dwtx/jface/operation/ModalContext.d	Thu May 22 04:03:58 2008 +0200
+++ b/dwtx/jface/operation/ModalContext.d	Thu May 22 17:56:17 2008 +0200
@@ -429,12 +429,12 @@
             Thread switchingThread) {
         try {
             listener.threadChange(switchingThread);
-        } catch (ThreadDeath e) {
+//         } catch (ThreadDeath e) {
             // Make sure to propagate ThreadDeath, or threads will never
             // fully terminate
-            throw e;
-        } catch (Error e) {
-            return e;
+//             throw e;
+//         } catch (Error e) {
+//             return e;
         }catch (RuntimeException e) {
             return e;
         }