Some simple improvements
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / ui / wizards / RenamePropertyInputPage.java
index 2f7eb74..72f1b0b 100644 (file)
@@ -108,7 +108,7 @@ public class RenamePropertyInputPage extends UserInputWizardPage {
       public void widgetSelected( final SelectionEvent event ) {
         boolean selected = cbUpdateBundle.getSelection();
         dialogSettings.put( DS_UPDATE_BUNDLE, selected );
-        info.setUpdateBundle( selected );
+        info.setUpdateProject( selected );
       }
     } );
     initUpdateBundleOption();
@@ -165,7 +165,7 @@ public class RenamePropertyInputPage extends UserInputWizardPage {
   private void initUpdateBundleOption() {
     boolean updateRefs = dialogSettings.getBoolean( DS_UPDATE_BUNDLE );
     cbUpdateBundle.setSelection( updateRefs );
-    info.setUpdateBundle( updateRefs );
+    info.setUpdateProject( updateRefs );
   }
 
   private void initAllProjectsOption() {