added Show() to DoFileOpen() - fixes bug #2415

git-svn-id: svn://10.0.0.236/trunk@17993 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jfrancis%netscape.com
1999-01-19 03:12:18 +00:00
parent 319109dbd6
commit caa9033cb0

View File

@@ -580,6 +580,7 @@ nsBrowserWindow::DoFileOpen()
// Ask the Web widget to load the file URL
mWebShell->LoadURL(nsString(lpszFileURL));
delete [] lpszFileURL;
Show();
}
}