summaryrefslogtreecommitdiff
path: root/imagecache.c
diff options
context:
space:
mode:
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;