mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-16 18:03:42 +02:00
- channellist: simplify key_zaphistory/key_current_transponder handling
* Remove strange list of "zapable" channels while recording. Channellist (RC_ok) has same feature ... not avalable channels are marked inactive. * Add hint, when no zapping histoty is available to confirm user's keypress Conflicts: data/locale/english.locale Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -286,6 +286,7 @@ typedef enum
|
||||
LOCALE_CHANNELLIST_HEAD,
|
||||
LOCALE_CHANNELLIST_HISTORY,
|
||||
LOCALE_CHANNELLIST_HISTORY_CLEAR,
|
||||
LOCALE_CHANNELLIST_HISTORY_EMPTY,
|
||||
LOCALE_CHANNELLIST_KEEP_NUMBERS,
|
||||
LOCALE_CHANNELLIST_MAKE_HDLIST,
|
||||
LOCALE_CHANNELLIST_MAKE_NEWLIST,
|
||||
|
@@ -286,6 +286,7 @@ const char * locale_real_names[] =
|
||||
"channellist.head",
|
||||
"channellist.history",
|
||||
"channellist.history_clear",
|
||||
"channellist.history_empty",
|
||||
"channellist.keep_numbers",
|
||||
"channellist.make_hdlist",
|
||||
"channellist.make_newlist",
|
||||
|
Reference in New Issue
Block a user