org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/util/ProjectUtils.java
changeset 454 38d6944cff88
parent 438 99afbaa8a4bc
child 455 5da55957c779
--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/util/ProjectUtils.java	Wed Jul 21 10:18:21 2010 -0700
+++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/util/ProjectUtils.java	Wed Jul 21 11:26:43 2010 -0700
@@ -66,6 +66,7 @@
 import org.eclipse.swt.widgets.Display;
 import org.eclipse.swt.widgets.Shell;
 import org.eclipse.ui.IEditorPart;
+import org.eclipse.ui.IPageLayout;
 import org.eclipse.ui.IViewReference;
 import org.eclipse.ui.IWorkbenchPage;
 import org.eclipse.ui.IWorkbenchPart;
@@ -124,7 +125,7 @@
                         public void run() {
                             IWorkbenchPage activePage = PlatformUI.getWorkbench().getActiveWorkbenchWindow()
                                     .getActivePage();
-                            IViewReference reference = activePage.findViewReference(Activator.NAVIGATOR_ID);
+                            IViewReference reference = activePage.findViewReference(IPageLayout.ID_PROJECT_EXPLORER);
                             IWorkbenchPart part = reference.getPart(false);
                             if (part instanceof ISetSelectionTarget) {
                                 StructuredSelection selection;