summaryrefslogtreecommitdiff
path: root/src/newtabpage.cpp
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2012-02-09 18:40:21 +0100
committerYoann Laissus <yoann.laissus@gmail.com>2012-02-09 18:40:21 +0100
commitf5c45173623e39fb5ad67ae870c4bdfe5fe8520c (patch)
tree79e1703c95cf40c3d426f1ff1980bc50d6778028 /src/newtabpage.cpp
parentFix right icon duplication in the UrlBar on some website (diff)
parentClean up sessionmanager mess :) (diff)
downloadrekonq-f5c45173623e39fb5ad67ae870c4bdfe5fe8520c.tar.xz
Merge branch 'master' of git://anongit.kde.org/rekonq
Diffstat (limited to 'src/newtabpage.cpp')
-rw-r--r--src/newtabpage.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp
index 7392c920..f22f0d50 100644
--- a/src/newtabpage.cpp
+++ b/src/newtabpage.cpp
@@ -537,8 +537,6 @@ void NewTabPage::tabsPage()
for (int i = 0; i < tabCount; ++i)
{
KUrl url = w->mainView()->webTab(i)->url();
- if (url.protocol() == QL1S("about"))
- continue;
if (!WebSnap::existsImage(url))
{