From 6b59f402f33e5c78279429850fb11de558fb6ea2 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 2 Jan 2012 17:44:58 +0100 Subject: Do NOT load previews if not present This fixes problems on unwanted connections while using rekonq. --- src/newtabpage.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/newtabpage.h') diff --git a/src/newtabpage.h b/src/newtabpage.h index aae8da1e..40627c6c 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2009-2011 by Andrea Diamantini +* Copyright (C) 2009-2012 by Andrea Diamantini * Copyright (C) 2010 by Matthieu Gicquel * * @@ -82,7 +82,6 @@ private: // Previews handling QWebElement emptyPreview(int index); - QWebElement loadingPreview(int index, const KUrl &url); QWebElement validPreview(int index, const KUrl &url, const QString &title); QWebElement tabPreview(int winIndex, int tabIndex, const KUrl &url, const QString &title); -- cgit v1.2.1