diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 00:47:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 00:47:24 +0100 |
commit | 48b25611c94d380b40948a3de0bfab5678668e1d (patch) | |
tree | 30348cee350d258ba86724858dcc098b3615eb9c /src/application.cpp | |
parent | Fixed notFound.html page (diff) | |
download | rekonq-48b25611c94d380b40948a3de0bfab5678668e1d.tar.xz |
Huge update. Fixed quite all of the settings troubles..
From now on, we (mainly) go on WebView bugfixing..
Diffstat (limited to 'src/application.cpp')
-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 de62bbef..6c621015 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -140,7 +140,7 @@ MainWindow *Application::mainWindow() WebView *Application::newTab() { - return m_mainWindow->tabWidget()->newTab(); + return m_mainWindow->mainView()->newTab(); } |