gui/timerlist: fix display of channel name

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>
This commit is contained in:
martii
2014-01-29 20:06:31 +01:00
committed by M. Liebmann
parent 583931e446
commit 86fca10909
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ class CTimerList : public CMenuTarget
CTimerd::TimerList timerlist; // List of timers
CTimerd::responseGetTimer timerNew;
int timerNew_standby_on;
char timerNew_channel_name[30];
std::string timerNew_channel_name;
std::string m_weekdaysStr;
int timer_apids_dflt;