if (item.isDirectory() && item.getStatus().equals("M"))
{
String path = item.getPath();
if (path.equals("."))
path = "";
IgnoreList ignoreList = new IgnoreList(path,
new ArrayList<String>());
pIgnore_.get().showDialog(ignoreList, ignoreStrategy_);
return;
}
}