summaryrefslogtreecommitdiff
path: root/imagecache.c
diff options
context:
space:
mode:
Diffstat (limited to 'imagecache.c')
-rw-r--r--imagecache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imagecache.c b/imagecache.c
index b0b08dc..d336c5e 100644
--- a/imagecache.c
+++ b/imagecache.c
@@ -598,7 +598,7 @@ void cImageCache::CreateSkinElementsGraphics(void) {
std::string imgChannelLogoBack = "skinElements/channellogoback";
success = LoadIcon(ctSkinElement, imgChannelLogoBack);
if (success)
- InsertIntoSkinElementCache(seChannelLogoBack, geoManager->channelLogoWidth, geoManager->channelLogoHeight);
+ InsertIntoSkinElementCache(seChannelLogoBack, geoManager->channelLogoBgWidth, geoManager->channelLogoBgHeight);
//DisplayReplay Background and Foreground
std::string imgReplayBackground = "skinElements/displayreplayback";