mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
neutrino: add toggle item for tv and radio mode to main menue
Note: this menu item is also personalized with red button,
probaly we should use other button
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2016 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: cf9e6dee65
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-12-28 (Wed, 28 Dec 2011)
Origin message was:
------------------
*neutrino: add toggle item for tv and radio mode to main menue
Note: this menu item is also personalized with red button,
probaly we should use other button
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2016 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -3521,11 +3521,11 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
switchClockOnOff();
|
||||
returnval = menu_return::RETURN_EXIT_ALL;
|
||||
}
|
||||
// else if (actionKey=="tv_radio_switch")//used in mainmenu
|
||||
// {
|
||||
// switchTvRadioMode();
|
||||
// returnval = menu_return::RETURN_EXIT_ALL;
|
||||
// }
|
||||
else if (actionKey=="tv_radio_switch")//used in mainmenu
|
||||
{
|
||||
switchTvRadioMode();
|
||||
returnval = menu_return::RETURN_EXIT_ALL;
|
||||
}
|
||||
else if (actionKey=="tv")//used in mainmenu
|
||||
{
|
||||
switchTvRadioMode(mode_tv);
|
||||
|
Reference in New Issue
Block a user