summaryrefslogtreecommitdiff
path: root/imagecache.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-11-07 17:18:00 +0100
committerlouis <louis.braun@gmx.de>2013-11-07 17:18:00 +0100
commite1d7dc8071b51f788fc8e37e9be613cbab1605b5 (patch)
tree1d75a9864940237e443591975e7ba765f54d2f3d /imagecache.c
parente09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7 (diff)
downloadskin-nopacity-e1d7dc8071b51f788fc8e37e9be613cbab1605b5.tar.gz
skin-nopacity-e1d7dc8071b51f788fc8e37e9be613cbab1605b5.tar.bz2
changed channel logos in main menu timers display to scale automatically
Diffstat (limited to 'imagecache.c')
-rw-r--r--imagecache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imagecache.c b/imagecache.c
index ee59d49..9162d7d 100644
--- a/imagecache.c
+++ b/imagecache.c
@@ -401,8 +401,8 @@ cPoint cImageCache::LogoSize(eCacheType type) {
height = geoManager->menuLogoHeight;
break;
case ctLogoTimer:
- width = config.GetValue("timersLogoWidth");
- height = config.GetValue("timersLogoHeight");
+ width = geoManager->menuTimersLogoWidth;
+ height = geoManager->menuTimersLogoHeight;
break;
default:
width = 1;