From 3fa0d8f76df9fa2800efa06fd5f44c8bbeb1a446 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 17 Feb 2013 15:50:07 +0100 Subject: Fix about pages title --- src/webtab/webtab.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/webtab/webtab.cpp') diff --git a/src/webtab/webtab.cpp b/src/webtab/webtab.cpp index 2060ddab..00a3c819 100644 --- a/src/webtab/webtab.cpp +++ b/src/webtab/webtab.cpp @@ -178,6 +178,9 @@ KUrl WebTab::url() QString WebTab::title() { + if (view() && url().protocol() == QL1S("about")) + return view()->title(); + if (page() && page()->isOnRekonqPage()) { return url().url(); -- cgit v1.2.1