mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- timerlist: don't discard unsaved user-changes at timers silently
- some more small changes/fixes: * don't allow reminder-timer with standard message text ("---") * fix display of changed recording directory * use addIntroItems() function in menus * fix dependency of menuitems in apids-menu * use pulldown-mode to choose timer-type
This commit is contained in:
@@ -65,6 +65,7 @@ class CTimerList : public CMenuTarget
|
||||
int timerNew_standby_on;
|
||||
std::string timerNew_channel_name;
|
||||
std::string m_weekdaysStr;
|
||||
std::string timerNew_recordingDir;
|
||||
std::string timerNew_message;
|
||||
std::string timerNew_pluginName;
|
||||
|
||||
@@ -72,6 +73,7 @@ class CTimerList : public CMenuTarget
|
||||
int timer_apids_std;
|
||||
int timer_apids_ac3;
|
||||
int timer_apids_alt;
|
||||
std::string timer_recordingDir;
|
||||
|
||||
void paintItem(int pos);
|
||||
void paint();
|
||||
|
Reference in New Issue
Block a user