mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
scan_steup: fix double blue with fastscan
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b8fcccde8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-05-11 (Sat, 11 May 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -617,7 +617,7 @@ int CScanSetup::showScanMenu()
|
|||||||
//fast scan
|
//fast scan
|
||||||
CMenuWidget * fastScanMenu = new CMenuWidget(LOCALE_SATSETUP_FASTSCAN_HEAD, NEUTRINO_ICON_SETTINGS, w, MN_WIDGET_ID_SCAN_FAST_SCAN);
|
CMenuWidget * fastScanMenu = new CMenuWidget(LOCALE_SATSETUP_FASTSCAN_HEAD, NEUTRINO_ICON_SETTINGS, w, MN_WIDGET_ID_SCAN_FAST_SCAN);
|
||||||
addScanMenuFastScan(fastScanMenu);
|
addScanMenuFastScan(fastScanMenu);
|
||||||
mf = new CMenuDForwarder(LOCALE_SATSETUP_FASTSCAN_HEAD, true, NULL, fastScanMenu, "", CRCInput::RC_blue);
|
mf = new CMenuDForwarder(LOCALE_SATSETUP_FASTSCAN_HEAD, true, NULL, fastScanMenu, "", CRCInput::RC_0);
|
||||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_FAST);
|
mf->setHint("", LOCALE_MENU_HINT_SCAN_FAST);
|
||||||
settings->addItem(mf);
|
settings->addItem(mf);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user