Enables the pause button. Fixes bug #84595.

git-svn-id: svn://10.0.0.236/trunk@106026 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
curt%scruznet.com
2001-10-23 05:49:20 +00:00
parent cca57d897e
commit 52eb9190f4

View File

@@ -555,6 +555,7 @@ nsInstallDlg::PerformInstall()
err = engine->Download(bCus, comps);
if (err == E_DL_DROP_CXN)
{
DLPause(NULL, NULL);
ShowCxnDroppedDlg();
return err;
}