Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaustin2011-11-29 17:49:44 +0000
committercaustin2011-11-29 17:49:44 +0000
commitebaa5c26e60b0a64d63de4c72ea7cfda8f4edc02 (patch)
tree5894cf8126c80d133d68a70c7e99da52e5cc8534
parent2772cf723d8ba3c665c2cbf23e68e6cda84d0fbe (diff)
downloadeclipse.platform.ua-ebaa5c26e60b0a64d63de4c72ea7cfda8f4edc02.tar.gz
eclipse.platform.ua-ebaa5c26e60b0a64d63de4c72ea7cfda8f4edc02.tar.xz
eclipse.platform.ua-ebaa5c26e60b0a64d63de4c72ea7cfda8f4edc02.zip
Bug 289320 - [Intro] Restoring WorkBench perspective out of Welcome pagev20111129-1749
shows CheatSheet maximized
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java
index ffde98c9c..0feb28018 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2010 IBM Corporation and others.
+ * Copyright (c) 2004, 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -670,6 +670,8 @@ public class IntroURL implements IIntroURL {
launchBar.createInActiveWindow();
+ PlatformUI.getWorkbench().getIntroManager().setIntroStandby(intro, true);
+
closeIntro();
Rectangle endBounds = Geometry.toDisplay(launchBar.getControl()
.getParent(), launchBar.getControl().getBounds());

Back to the top