diff options
Diffstat (limited to 'src/webtab')
-rw-r--r-- | src/webtab/webtab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/webtab.cpp b/src/webtab/webtab.cpp index bb616770..510177e6 100644 --- a/src/webtab/webtab.cpp +++ b/src/webtab/webtab.cpp @@ -145,6 +145,7 @@ WebWindow *WebTab::webWindow() return w; } + KUrl WebTab::url() { if (page() && page()->isOnRekonqPage()) @@ -408,7 +409,6 @@ void WebTab::zoomDefault() void WebTab::webAppTitleChanged(QString title) { - if (title.isEmpty()) setWindowTitle(i18n("rekonq")); else |