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:
@@ -580,6 +580,7 @@ nsBrowserWindow::DoFileOpen()
|
||||
// Ask the Web widget to load the file URL
|
||||
mWebShell->LoadURL(nsString(lpszFileURL));
|
||||
delete [] lpszFileURL;
|
||||
Show();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user