Commit 3261f0a3 authored by curt%netscape.com's avatar curt%netscape.com
Browse files

Fixes bug 110872 - Removing the initial check for mozilla instances so that...

Fixes bug 110872 - Removing the initial check for mozilla instances so that content can be streamed during download.  (Still doing check and warning after download completes, though.)
parent 860c7469
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5393,8 +5393,8 @@ HRESULT ParseConfigIni(LPSTR lpszCmdLine)
  if(ParseCommandLine(lpszCmdLine))
    return(1);

  if(CheckInstances())
    return(1);
//  if(CheckInstances())
//    return(1);

  if(GetPrivateProfileString("Messages", "MSG_INIT_SETUP", "", szMsgInitSetup, sizeof(szMsgInitSetup), szFileIniInstall))
    ShowMessage(szMsgInitSetup, TRUE);