From 9e58696dc57b952a51fb7fa3d8087e94ce415c8d Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Sat, 7 May 2011 00:57:54 +0200 Subject: [PATCH] pvr: don't check for cached icons after guisettings changed. the user defined location is no longer used to cache them --- xbmc/pvr/channels/PVRChannelGroup.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xbmc/pvr/channels/PVRChannelGroup.cpp b/xbmc/pvr/channels/PVRChannelGroup.cpp index 292beb7e3903f..051b50f52acf5 100644 --- a/xbmc/pvr/channels/PVRChannelGroup.cpp +++ b/xbmc/pvr/channels/PVRChannelGroup.cpp @@ -869,10 +869,5 @@ void CPVRChannelGroup::Notify(const Observable &obs, const CStdString& msg) Persist(); } } - lock.Leave(); - - /* check whether cached icons are still valid */ - if (IsInternalGroup()) - CacheIcons(); } }