stop folder parsing when opening a 7z

This commit is contained in:
dborth 2010-12-05 21:48:38 +00:00
parent 834f04e4e6
commit c07b345384

View File

@ -424,8 +424,8 @@ int SzParse(char * filepath)
{
// Parses the 7z into a full file listing
// reset browser
ResetBrowser();
HaltParseThread(); // halt parsing
ResetBrowser(); // reset browser
// add '..' folder in case the user wants exit the 7z
AddBrowserEntry();