Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 375356 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/rwt/internal/lifecycle/SimpleLifeCycle.java (-1 / +1 lines)
Lines 93-99 Link Here
93
          }
93
          }
94
        } );
94
        } );
95
      }
95
      }
96
      shutdownCallback.run();
96
      FakeContextUtil.runNonUIThreadWithFakeContext( display, shutdownCallback );
97
    }
97
    }
98
98
99
    public void processShutdown() {
99
    public void processShutdown() {

Return to bug 375356