From a2dfefbba4d0cc70d902b477a4d3540fc678f4b5 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Mon, 13 Jan 2014 14:42:57 +0100 Subject: [PATCH] fix --- src/core/notification/icon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/notification/icon.cpp b/src/core/notification/icon.cpp index 4df52f0..84f6180 100644 --- a/src/core/notification/icon.cpp +++ b/src/core/notification/icon.cpp @@ -59,7 +59,7 @@ Icon::~Icon() const QImage &Icon::image() const{ if(d->m_img.isNull()) { - if(isLocalFile()) + if(!isRemoteFile() ) { d->m_img = QImage(d->m_url); }