Open Target Folder: Don't error out if not dir

I want to see the alert message.
This commit is contained in:
John Scipione
2015-03-03 18:47:04 -05:00
parent ff8afc9b64
commit 8d9d74f8a9
@@ -27,9 +27,6 @@ extern "C" void
process_refs(entry_ref directoryRef, BMessage* message, void*) process_refs(entry_ref directoryRef, BMessage* message, void*)
{ {
BDirectory directory(&directoryRef); BDirectory directory(&directoryRef);
if (directory.InitCheck() != B_OK)
return;
uint32 errors = 0; uint32 errors = 0;
entry_ref ref; entry_ref ref;