summaryrefslogtreecommitdiffstats
path: root/application/handlers/WebResourceHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/handlers/WebResourceHandler.cpp')
-rw-r--r--application/handlers/WebResourceHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/handlers/WebResourceHandler.cpp b/application/handlers/WebResourceHandler.cpp
index 5e51584b..757b870a 100644
--- a/application/handlers/WebResourceHandler.cpp
+++ b/application/handlers/WebResourceHandler.cpp
@@ -13,7 +13,7 @@ WebResourceHandler::WebResourceHandler(const QString &url)
: QObject(), m_url(url)
{
MetaEntryPtr entry = ENV.metacache()->resolveEntry("icons", url);
- if (!entry->stale)
+ if (!entry->isStale())
{
setResultFromFile(entry->getFullPath());
}