Mute-Zap switch channel list

- Mute-Zap Icon remove from the channel list
- Moved Mute-Zap switch in the Misc Settings menu
- Mute function restored in the channel list


git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1840 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
micha-bbg
2011-11-09 01:02:27 +00:00
parent fa2f642e4f
commit d837bbbbaf
9 changed files with 21 additions and 29 deletions

View File

@@ -264,6 +264,7 @@ typedef enum
LOCALE_CHANNELLIST_HEAD,
LOCALE_CHANNELLIST_HISTORY,
LOCALE_CHANNELLIST_MAKE_HDLIST,
LOCALE_CHANNELLIST_NEW_ZAP_MODE,
LOCALE_CHANNELLIST_NONEFOUND,
LOCALE_CHANNELLIST_PROVS,
LOCALE_CHANNELLIST_RECORDING_NOT_POSSIBLE,

View File

@@ -264,6 +264,7 @@ const char * locale_real_names[] =
"channellist.head",
"channellist.history",
"channellist.make_hdlist",
"channellist.new_zap_mode",
"channellist.nonefound",
"channellist.provs",
"channellist.recording_not_possible",

View File

@@ -326,6 +326,7 @@ struct SNeutrinoSettings
int channellist_epgtext_align_right;
int channellist_extended;
int channellist_foot;
int channellist_new_zap_mode;
char repeat_blocker[4];
char repeat_genericblocker[4];