dveditz points out a flaw in my last checkin

This commit is contained in:
danm%netscape.com 2001-04-11 03:33:59 +00:00
parent a45fdbc40d
commit 2207478bb0

View File

@ -168,6 +168,7 @@ nsInstallProgressDialog::Open(nsIDialogParamBlock* ioParamBlock)
rv = wwatch->OpenWindow(0, "chrome://communicator/content/xpinstall/xpistatus.xul",
"_blank", "chrome,centerscreen,titlebar,resizable",
params, getter_AddRefs(newWindow));
mWindow = do_QueryInterface(newWindow);
}
}