Merge pull request #1372 from karlmortensen/no_popup_for_unknown_paths

no popup when not interactive
This commit is contained in:
Richard Cordovano 2015-06-17 16:32:31 -04:00
commit 82f1cfe4a5

View File

@ -536,7 +536,7 @@ public class Case {
String path = entry.getValue();
boolean fileExists = (pathExists(path)
|| driveExists(path));
if (!fileExists) {
if (!fileExists && IngestManager.getInstance().isRunningInteractively() == true) {
int ret = JOptionPane.showConfirmDialog(null,
NbBundle.getMessage(Case.class,
"Case.checkImgExist.confDlg.doesntExist.msg",