summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 3400564e..56865eb7 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -116,9 +116,8 @@ bool WebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &r
if (request.url().scheme() == QLatin1String("about"))
{
- kDebug() << "loading " << request.url();
Application::instance()->mainWindow()->newTabPage( request.url() );
- return false;
+ return true;
}
m_requestedUrl = request.url();