diff options
author | Paul Elder | 2013-04-19 15:46:47 -0400 |
---|---|---|
committer | Paul Elder | 2013-04-19 15:46:47 -0400 |
commit | f22aac097dec45ade0a9f0aff7589f0fb3fb1654 (patch) | |
tree | 2bf00fdea07a23725b444c7955dd9dc388468a1e | |
parent | cb86001c56fb6c4a732a379500f42da04aaa8367 (diff) | |
download | eclipse.platform.ui-f22aac097dec45ade0a9f0aff7589f0fb3fb1654.zip eclipse.platform.ui-f22aac097dec45ade0a9f0aff7589f0fb3fb1654.tar.gz eclipse.platform.ui-f22aac097dec45ade0a9f0aff7589f0fb3fb1654.tar.xz |
Bug 363807: [Compatibility] WorkbenchWindowAdvisor#postWindowCreate()
never fired
Change-Id: I62fd60d5f84f740193506ee27f8198784a8e7f38
-rw-r--r-- | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java index 249455d..a0a5046 100644 --- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java +++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java @@ -653,6 +653,7 @@ public class WorkbenchWindow implements IWorkbenchWindow { false); PrefUtil.saveAPIPrefs(); } + getWindowAdvisor().postWindowCreate(); getWindowAdvisor().openIntro(); preferenceStore.setValue(IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, enableAnimations); |