org.symbian.tools.mtw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/NewApplicationFacetsWizardPage.java
changeset 467 5a2901872fcf
parent 465 87920e15f8eb
--- a/org.symbian.tools.mtw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/NewApplicationFacetsWizardPage.java	Tue Aug 17 13:40:28 2010 -0700
+++ b/org.symbian.tools.mtw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/NewApplicationFacetsWizardPage.java	Wed Aug 18 09:30:53 2010 -0700
@@ -46,7 +46,7 @@
             public void handleEvent(final IFacetedProjectEvent event) {
                 updatePageState();
             }
-        }, IFacetedProjectEvent.Type.PROJECT_MODIFIED);
+        }, IFacetedProjectEvent.Type.PROJECT_MODIFIED, IFacetedProjectEvent.Type.PROJECT_NAME_CHANGED);
 
         final IRuntimeLifecycleListener runtimeLifecycleListener = new IRuntimeLifecycleListener() {
             public void handleEvent(final IRuntimeLifecycleEvent event) {