summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-18 19:28:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-18 19:28:32 +0200
commitcb1bbf87674c292b9b2f9e445101e93147ca4943 (patch)
treea9a055b532be73193a7687613191e3ef2b7aa91a /src/mainwindow.cpp
parentOpen links in new tab located near currently active tab (diff)
parentReally fixed 2 commits ago options.. :) (diff)
downloadrekonq-cb1bbf87674c292b9b2f9e445101e93147ca4943.tar.xz
Merge branch 'HomePageEmbedded2'
Seems fixed now. WE HAVE HOME PAGE!! Conflicts: src/mainview.cpp
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 1dc56f7a..5a095a72 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -743,7 +743,7 @@ void MainWindow::slotHome()
if(ReKonfig::useNewTabPage())
{
- HomePage p;
+ HomePage p(w);
w->setHtml( p.rekonqHomePage(), QUrl());
}
else