1.3.5
This commit is contained in:
parent
1f0e4970dc
commit
e9e21c215e
|
@ -16,7 +16,8 @@ void CSandMan::OnFileToRecover(const QString& BoxName, const QString& FilePath,
|
||||||
// });
|
// });
|
||||||
//}
|
//}
|
||||||
|
|
||||||
pWnd->AddFile(FilePath, BoxPath);
|
if (pWnd)
|
||||||
|
pWnd->AddFile(FilePath, BoxPath);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
m_pPopUpWindow->AddFileToRecover(FilePath, BoxPath, pBox, ProcessId);
|
m_pPopUpWindow->AddFileToRecover(FilePath, BoxPath, pBox, ProcessId);
|
||||||
|
|
Loading…
Reference in New Issue