mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
osd_setup: don't show colored progress bar option in channellist ...
... when colored progress bar is disabled
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8887767141
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Origin message was:
------------------
- osd_setup: don't show colored progress bar option in channellist ...
... when colored progress bar is disabled
------------------
This commit was generated by Migit
This commit is contained in:
@@ -941,7 +941,7 @@ void COsdSetup::showOsdChanlistSetup(CMenuWidget *menu_chanlist)
|
|||||||
menu_chanlist->addItem(mc);
|
menu_chanlist->addItem(mc);
|
||||||
|
|
||||||
// extended channel list
|
// extended channel list
|
||||||
mc = new CMenuOptionChooser(LOCALE_CHANNELLIST_EXTENDED, &g_settings.channellist_extended, CHANNELLIST_EXTENDED_OPTIONS, CHANNELLIST_EXTENDED_OPTIONS_COUNT, true);
|
mc = new CMenuOptionChooser(LOCALE_CHANNELLIST_EXTENDED, &g_settings.channellist_extended, CHANNELLIST_EXTENDED_OPTIONS, CHANNELLIST_EXTENDED_OPTIONS_COUNT - (g_settings.progressbar_color ? 0 : 1), true);
|
||||||
mc->setHint("", LOCALE_MENU_HINT_CHANNELLIST_EXTENDED);
|
mc->setHint("", LOCALE_MENU_HINT_CHANNELLIST_EXTENDED);
|
||||||
menu_chanlist->addItem(mc);
|
menu_chanlist->addItem(mc);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user