This commit is contained in:
Anna Kozlova
2012-05-14 19:51:52 +04:00
parent 4fcb275e55
commit 2c371a6dcd
@@ -287,6 +287,8 @@ public abstract class DestinationFolderComboBox extends ComboboxWithBrowseButton
}
return true;
}
if (oItem == null) return itemWrapper == null;
if (itemWrapper == null) return false;
if (oItem.getDirectory() != itemWrapper.getDirectory()) {
return false;
}