From: Timo Mueller <timo.muel...@bmw-carit.de>

When renaming a profile the current values are stored in the profile's
new preference store.

Signed-off-by: Timo Mueller <timo.muel...@bmw-carit.de>
---
 .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java 
b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java
index 105fd9c..2767d7a 100644
--- a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java
+++ b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java
@@ -182,6 +182,10 @@ public class YoctoProfileSetting {
                                String newProfileName = 
profileNameDialog.getValue();
                                profileElement.rename(selectedItem, 
profileNameDialog.getValue());
 
+                               if (preferencePage instanceof 
YoctoSDKPreferencePage) {
+                                       ((YoctoSDKPreferencePage) 
preferencePage).renameProfile(selectedItem, newProfileName);
+                               }
+
                                sdkConfigsCombo.setItem(selectedIndex, 
newProfileName);
                                sdkConfigsCombo.select(selectedIndex);
                        }
-- 
1.7.11.7

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to