diff options
author | Michele Calgaro <[email protected]> | 2015-06-03 12:50:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-06-03 12:50:41 +0900 |
commit | 1329f47fa890222fd6d28d17ef24449070a26461 (patch) | |
tree | 0dc8d8bb16f36c980797e6fb212b2de870b824f6 | |
parent | 638d5eaa2b9cd15a40bd1121fcbc4d01351e579a (diff) | |
download | tdebase-1329f47fa890222fd6d28d17ef24449070a26461.tar.gz tdebase-1329f47fa890222fd6d28d17ef24449070a26461.zip |
Fixed missing KHelpCenter top banner. This resolves bug 2320.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | khelpcenter/mainwindow.cpp | 1 |
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 ); |