diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-23 12:03:52 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 01:34:00 +0200 |
commit | 727bb33cd61b498c8cab2e27f275f5ce20c8b493 (patch) | |
tree | a00f81cac9207df59849b4fff3602a863e9a1578 /src | |
parent | Another rekonqrun step. Using previous schemes. (diff) | |
download | rekonq-727bb33cd61b498c8cab2e27f275f5ce20c8b493.tar.xz |
Fixing Rekonfig call
Diffstat (limited to 'src')
-rw-r--r-- | src/rekonqrun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonqrun.cpp b/src/rekonqrun.cpp index 47ff7f27..da1f4d93 100644 --- a/src/rekonqrun.cpp +++ b/src/rekonqrun.cpp @@ -116,7 +116,7 @@ void RekonqRun::loadUrl(const KUrl& url, const Rekonq::OpenType& type) switch(type) { case Rekonq::Default: - if (!Rekonq::openTabsBack()) + if (!ReKonfig::openTabsBack()) { setCurrentWidget(webView); // this method does NOT take ownership of webView } |