mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
gui/miscsettings_menu.cpp: use CFEManager::haveSat in place of glocal delivery system
Origin commit data
------------------
Branch: ni/coolstream
Commit: dd3bc579a0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
#include <driver/screen_max.h>
|
||||
|
||||
#include <system/debug.h>
|
||||
#include <zapit/femanager.h>
|
||||
|
||||
#include <cs_api.h>
|
||||
|
||||
@@ -257,7 +258,7 @@ void CMiscMenue::showMiscSettingsMenuGeneral(CMenuWidget *ms_general)
|
||||
|
||||
//rotor
|
||||
//don't show rotor settings on cable box
|
||||
if (g_info.delivery_system == DVB_S) {
|
||||
if (CFEManager::getInstance()->haveSat()) {
|
||||
mc = new CMenuOptionChooser(LOCALE_EXTRA_ROTOR_SWAP, &g_settings.rotor_swap, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true);
|
||||
mc->setHint("", LOCALE_MENU_HINT_ROTOR_SWAP);
|
||||
ms_general->addItem(mc);
|
||||
|
Reference in New Issue
Block a user