Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy Suen2011-05-25 13:36:30 +0000
committerRemy Suen2011-05-25 13:36:30 +0000
commitba4b82f44f68efb66694d739535752aed3b9ef72 (patch)
tree372fa7e86a03e60274a3e73a1329bc05b9babaf8 /bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
parent36163bcc99b564031a2cbc32f09d58204f5d1ecf (diff)
downloadeclipse.platform.ui-ba4b82f44f68efb66694d739535752aed3b9ef72.tar.gz
eclipse.platform.ui-ba4b82f44f68efb66694d739535752aed3b9ef72.tar.xz
eclipse.platform.ui-ba4b82f44f68efb66694d739535752aed3b9ef72.zip
Bug 347119 [Compatibility] Application context is notified that the application has started twice
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
index 0d46beabd8c..626a711d9fd 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
@@ -2456,8 +2456,6 @@ public final class Workbench extends EventManager implements IWorkbench {
initOK[0] = init();
}
- // drop the splash screen now that a workbench window is up
- Platform.endSplash();
// let the advisor run its start up code
if (initOK[0]) {

Back to the top