Changeset 1143
- Timestamp:
- 04/30/08 22:01:53 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/descent.ui/src/descent/internal/debug/ui/jres/VMLibraryBlock.java
r902 r1143 245 245 */ 246 246 public void performApply(IVMInstall vm) { 247 if ( isDefaultLocations()) {247 if (getVMInstall() != null && isDefaultLocations()) { 248 248 vm.setLibraryLocations(null); 249 249 } else {
