diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-05 11:16:14 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-05 11:16:14 +0200 | 
| commit | dd67fffabf3b312501464cda55e5e95a4f9650fb (patch) | |
| tree | b98f70e9ad28797300d32da736dcc539c10571fd /src | |
| parent | Adding method docs (diff) | |
| download | rekonq-dd67fffabf3b312501464cda55e5e95a4f9650fb.tar.xz | |
Fixing Application::newMainWindow method
Diffstat (limited to 'src')
| -rw-r--r-- | src/application.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 3a0b1606..ee38c899 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -361,7 +361,7 @@ void Application::loadUrl(const QString& urlString,  const Rekonq::OpenType& typ  MainWindow *Application::newMainWindow()  {      MainWindow *w = new MainWindow(); -    w->mainView()->newTab(); +    w->mainView()->newWebView();    // remember using newWebView and NOT newTab here!!      m_mainWindows.prepend(w);      w->show();  | 
