mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrino icons: renamed some icons
relevant for user defined icons
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1756 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1036795755
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-10-10 (Mon, 10 Oct 2011)
Origin message was:
------------------
*neutrino icons: renamed some icons
relevant for user defined icons
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1756 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1776,7 +1776,7 @@ struct button_label SChannelListButtons[NUM_LIST_BUTTONS] =
|
||||
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_INFOVIEWER_EVENTLIST},
|
||||
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_INFOVIEWER_NEXT},
|
||||
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_BOUQUETLIST_HEAD},
|
||||
{ NEUTRINO_ICON_BUTTON_RECORD_INACTIVE_16, NONEXISTANT_LOCALE}
|
||||
{ NEUTRINO_ICON_BUTTON_RECORD_INACTIVE, NONEXISTANT_LOCALE}
|
||||
};
|
||||
|
||||
void CChannelList::paintButtonBar(bool is_current)
|
||||
@@ -1795,13 +1795,13 @@ void CChannelList::paintButtonBar(bool is_current)
|
||||
if (g_settings.recording_type != RECORDING_OFF && !displayNext){
|
||||
if (is_current && !do_record){
|
||||
SChannelListButtons[3].locale = LOCALE_MAINMENU_RECORDING;
|
||||
SChannelListButtons[3].button = NEUTRINO_ICON_BUTTON_RECORD_ACTIVE_16;
|
||||
SChannelListButtons[3].button = NEUTRINO_ICON_BUTTON_RECORD_ACTIVE;
|
||||
}else if (do_record){
|
||||
SChannelListButtons[3].locale = LOCALE_MAINMENU_RECORDING_STOP;
|
||||
SChannelListButtons[3].button = NEUTRINO_ICON_BUTTON_STOP_16;
|
||||
SChannelListButtons[3].button = NEUTRINO_ICON_BUTTON_STOP;
|
||||
}else{
|
||||
SChannelListButtons[3].locale = NONEXISTANT_LOCALE;
|
||||
SChannelListButtons[3].button = NEUTRINO_ICON_BUTTON_RECORD_INACTIVE_16;
|
||||
SChannelListButtons[3].button = NEUTRINO_ICON_BUTTON_RECORD_INACTIVE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user