From 7f3175adc1eb023e8f79b31f6e552fdba8ad02bc Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 23 Mar 2013 16:59:24 +0100 Subject: fixed a bug that extraIcon directory was not used --- HISTORY | 3 +++ menuitem.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index a8ad004..1edc007 100644 --- a/HISTORY +++ b/HISTORY @@ -179,3 +179,6 @@ Version 0.1.1 via menuorg or similar) - Searching in folder /separatorlogos for channel separator logos +- time display for current schedule in channel display configurable + (elapsed / remaining) +- fixed a bug that extraIcons directory was not used diff --git a/menuitem.c b/menuitem.c index f6c23a1..8b207bd 100644 --- a/menuitem.c +++ b/menuitem.c @@ -238,7 +238,7 @@ cString cNopacityMainMenuItem::GetIconName() { } else break; } - return menuEntry; + return cString::sprintf("extraIcons/%s", *menuEntry); } void cNopacityMainMenuItem::CreatePixmapTextScroller(int totalWidth) { -- cgit v1.2.3