summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/displaychannel.c b/displaychannel.c
index fbb6559..df54200 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -1,4 +1,4 @@
-#include "symbols/audio.xpm"
+ #include "symbols/audio.xpm"
#include "symbols/dolbydigital.xpm"
#include "displaychannel.h"
@@ -577,8 +577,8 @@ void cNopacityDisplayChannel::DrawChannelGroups(const cChannel *Channel, cString
cString separator = cString::sprintf("separatorlogos/%s", *ChannelName);
if (imgLoader.LoadLogo(*separator)) {
pixmapLogo->DrawImage(cPoint(config.logoBorder, (height-config.logoHeight)/2), imgLoader.GetImage());
- } else if (imgLoader.LoadIcon("skinIcons/Channelseparator", config.logoHeight)) {
- pixmapLogo->DrawImage(cPoint(config.logoBorder + (config.logoWidth - config.logoHeight)/2, (height-config.logoHeight)/2), imgLoader.GetImage());
+ } else if (imgLoader.LoadIcon("skinIcons/Channelseparator", config.logoWidth, config.logoHeight)) {
+ pixmapLogo->DrawImage(cPoint(config.logoBorder + (config.logoWidth - config.logoWidth)/2, (height-config.logoHeight)/2), imgLoader.GetImage());
}
}