Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/actions/ShowMylynLegendAction.java')
-rw-r--r--org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/actions/ShowMylynLegendAction.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/actions/ShowMylynLegendAction.java b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/actions/ShowMylynLegendAction.java
index f35cd3029..cad5a27c4 100644
--- a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/actions/ShowMylynLegendAction.java
+++ b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/internal/help/ui/actions/ShowMylynLegendAction.java
@@ -26,7 +26,7 @@ import org.eclipse.ui.intro.IIntroPart;
* @author Leo Dos Santos
*/
public class ShowMylynLegendAction implements IWorkbenchWindowActionDelegate, IViewActionDelegate {
-
+
private IWorkbenchWindow wbWindow;
public void dispose() {
@@ -43,7 +43,7 @@ public class ShowMylynLegendAction implements IWorkbenchWindowActionDelegate, IV
if (intro != null) {
introMgr.setIntroStandby(intro, true);
}
-
+
TaskListView.openInActivePerspective();
Shell parentShell = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
UiLegendDialog uiLegendDialog = new UiLegendDialog(parentShell);

Back to the top