diff options
Diffstat (limited to 'nopacity.c')
-rw-r--r-- | nopacity.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ cSkinDisplayMessage *cNopacity::DisplayMessage(void) { } void cNopacity::ReloadCaches(void) { - if (geoManager->SetOSDSize() || imgCache->ThemeChanged()) { + if (geoManager->SetOSDSize() || !imgCache || imgCache->ThemeChanged()) { int start = cTimeMs::Now(); config.Init(); geoManager->SetGeometry(); |