Fix for Bug 11967 [SDK pref - Error message not updated as soon as error fixed, have to click off and back again].
--- a/core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/sdk/ui/SDKPreferencePage.java Tue Aug 31 09:40:20 2010 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/sdk/ui/SDKPreferencePage.java Tue Aug 31 10:28:49 2010 -0500
@@ -181,6 +181,7 @@
((SymbianSDK)sdk).setEPOCROOT(value.toString());
SDKCorePlugin.getSDKManager().updateSDK(sdk);
getViewer().refresh();
+ updateSDKStatus(sdk);
}
}