summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-02 11:37:41 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-02 11:37:41 +0100
commitd44dbdafcd96dd988076b729810af964a6e9bf7c (patch)
treedd1a69f1a5cb59855db9592f3f03b479492bfd10 /src/mainview.cpp
parentabout:tabs, easy method to manage rekonq tabs. (diff)
downloadrekonq-d44dbdafcd96dd988076b729810af964a6e9bf7c.tar.xz
Clean up rekonq.kcfg
It was really a mess before. I also found 2 settings never used... WARNING: This will cost users to reset some settings. Sorry for that
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 5e616ff7..008eda09 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -303,7 +303,7 @@ WebTab *MainView::newWebTab(bool focused)
connect(tab->page(), SIGNAL(windowCloseRequested()), this, SLOT(windowCloseRequested()));
connect(tab->page(), SIGNAL(printRequested(QWebFrame *)), this, SIGNAL(printRequested(QWebFrame *)));
- if (ReKonfig::openTabsNearCurrent())
+ if (ReKonfig::openNewTabsNearCurrent())
{
insertTab(currentIndex() + 1, tab, i18n("(Untitled)"));
m_widgetBar->insertWidget(currentIndex() + 1, tab->urlBar());