X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenamePropertyInputPage.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenamePropertyInputPage.java index 2f7eb74..72f1b0b 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenamePropertyInputPage.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/wizards/RenamePropertyInputPage.java @@ -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() {