core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java
changeset 266 c7ecdd0b9f52
parent 176 11eeeeeb1733
child 608 d2a651a847a5
child 787 f90a80bff752
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java	Wed Jun 17 16:41:46 2009 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java	Thu Jun 18 12:28:11 2009 -0500
@@ -149,9 +149,11 @@
 			// remove the leading delimeter
 			if (store.length() > 0) {
 				store = store.substring(1);
+			}
+			if (store.length() >= 0){
+				// lenght of zero means there are not configs to filter (or show them all)
 				prefs.setValue(SBSV2_FILTERED_CONFIGS_STORE, store);
 				SDKCorePlugin.getDefault().savePluginPreferences();
-
 			}
 		}
 	}