summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-06-03 12:50:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-06-03 12:51:40 +0900
commitc656ead5f597985a6dbdac3ae7cc33aac46bbcaa (patch)
tree9737db46de67832dccbd1c4a73150ae14bece9fb
parent6807c7f7cb75bcc6ce0587054e2398b2ae125129 (diff)
downloadtdebase-c656ead5f597985a6dbdac3ae7cc33aac46bbcaa.tar.gz
tdebase-c656ead5f597985a6dbdac3ae7cc33aac46bbcaa.zip
Fixed missing KHelpCenter top banner. This resolves bug 2320.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1329f47fa890222fd6d28d17ef24449070a26461)
-rw-r--r--khelpcenter/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/khelpcenter/mainwindow.cpp b/khelpcenter/mainwindow.cpp
index d99dfcb2b..b4c25dba6 100644
--- a/khelpcenter/mainwindow.cpp
+++ b/khelpcenter/mainwindow.cpp
@@ -330,7 +330,6 @@ void MainWindow::viewUrl( const KURL &url, const KParts::URLArgs &args )
// Ensure that changing the handbook section works by forcing a reload of the page,
// thereby allowing the help tdeioslave to re-parse the fragment identifier
urlArgs.reload = true;
- mDoc->gotoAnchor("");
}
}
mDoc->browserExtension()->setURLArgs( urlArgs );