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
equal deleted inserted replaced
265:5ef4ece72700 266:c7ecdd0b9f52
   147 			}
   147 			}
   148 			
   148 			
   149 			// remove the leading delimeter
   149 			// remove the leading delimeter
   150 			if (store.length() > 0) {
   150 			if (store.length() > 0) {
   151 				store = store.substring(1);
   151 				store = store.substring(1);
       
   152 			}
       
   153 			if (store.length() >= 0){
       
   154 				// lenght of zero means there are not configs to filter (or show them all)
   152 				prefs.setValue(SBSV2_FILTERED_CONFIGS_STORE, store);
   155 				prefs.setValue(SBSV2_FILTERED_CONFIGS_STORE, store);
   153 				SDKCorePlugin.getDefault().savePluginPreferences();
   156 				SDKCorePlugin.getDefault().savePluginPreferences();
   154 
       
   155 			}
   157 			}
   156 		}
   158 		}
   157 	}
   159 	}
   158 
   160 
   159 	/**
   161 	/**