From 52eb9190f4bd40cccbaedcabb367b0736eded834 Mon Sep 17 00:00:00 2001 From: "curt%scruznet.com" Date: Tue, 23 Oct 2001 05:49:20 +0000 Subject: [PATCH] Enables the pause button. Fixes bug #84595. git-svn-id: svn://10.0.0.236/trunk@106026 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpinstall/wizard/unix/src2/nsInstallDlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpinstall/wizard/unix/src2/nsInstallDlg.cpp b/mozilla/xpinstall/wizard/unix/src2/nsInstallDlg.cpp index e81b91ee76b..23568b721df 100644 --- a/mozilla/xpinstall/wizard/unix/src2/nsInstallDlg.cpp +++ b/mozilla/xpinstall/wizard/unix/src2/nsInstallDlg.cpp @@ -555,6 +555,7 @@ nsInstallDlg::PerformInstall() err = engine->Download(bCus, comps); if (err == E_DL_DROP_CXN) { + DLPause(NULL, NULL); ShowCxnDroppedDlg(); return err; }