mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
show infobar with colored freq after SDT freq update
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2150 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -2870,6 +2870,11 @@ _repeat:
|
||||
}
|
||||
else if (msg == NeutrinoMessages::EVT_SERVICES_UPD) {
|
||||
SDTreloadChannels = true;
|
||||
g_InfoViewer->SDT_freq_update = true;
|
||||
if( !g_InfoViewer->is_visible && !autoshift){
|
||||
g_RCInput->postMsg(NeutrinoMessages::SHOW_INFOBAR , 0);
|
||||
}
|
||||
return messages_return::handled;
|
||||
// ShowHintUTF(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_EXTRA_ZAPIT_SDT_CHANGED),
|
||||
// CMessageBox::mbrBack,CMessageBox::mbBack, NEUTRINO_ICON_INFO);
|
||||
}
|
||||
|
Reference in New Issue
Block a user