diff options
author | louis <louis.braun@gmx.de> | 2013-04-15 18:17:14 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-04-15 18:17:14 +0200 |
commit | e88f2c57f227480343df00f7c85022a4c3eb7554 (patch) | |
tree | d9f0062326de1e597afae83efc8aa8c284d74ca2 | |
parent | 264b6c079e7517cd0f9316bf11569562ba37c66e (diff) | |
download | skin-nopacity-e88f2c57f227480343df00f7c85022a4c3eb7554.tar.gz skin-nopacity-e88f2c57f227480343df00f7c85022a4c3eb7554.tar.bz2 |
Fixed a bug in conjunction with displaying additional EPG images
-rw-r--r-- | menudetailview.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/menudetailview.c b/menudetailview.c index 6c22d16..968b5b3 100644 --- a/menudetailview.c +++ b/menudetailview.c @@ -279,7 +279,8 @@ void cNopacityMenuDetailEventView::LoadReruns(void) { } } reruns.Set(sstrReruns.str().c_str(), font, width - 4 * border); - } + } else + reruns.Set("", font, width - 4 * border); } void cNopacityMenuDetailEventView::DrawEPGPictures(int height) { |