disabled SystemOpen call on unrecognized files.

This commit is contained in:
morkt 2015-08-05 11:48:06 +04:00
parent 43406ffd66
commit 8e2fefb51c

View File

@ -771,8 +771,8 @@ namespace GARbro.GUI
vm = TryCreateViewModel (new_dir);
if (null == vm)
{
if (entry.Type != "archive")
SystemOpen (new_dir);
// if (entry.Type != "archive")
// SystemOpen (new_dir);
return;
}
SaveCurrentPosition();