mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
osd-setup: fix on/off state of g_settings.channellist_show_eventlogo item
Origin commit data
------------------
Commit: d9cc0538df
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)
Origin message was:
------------------
- osd-setup: fix on/off state of g_settings.channellist_show_eventlogo item
This commit is contained in:
@@ -1241,7 +1241,7 @@ void COsdSetup::showOsdChannellogosSetup(CMenuWidget *menu_channellogos)
|
||||
menu_channellogos->addItem(mc);
|
||||
|
||||
// show eventlogos
|
||||
mc = new CMenuOptionChooser(LOCALE_CHANNELLIST_SHOW_EVENTLOGO, &g_settings.channellist_show_eventlogo, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this);
|
||||
mc = new CMenuOptionChooser(LOCALE_CHANNELLIST_SHOW_EVENTLOGO, &g_settings.channellist_show_eventlogo, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, g_settings.channellist_show_channellogo, this);
|
||||
mc->setHint("", LOCALE_MENU_HINT_CHANNELLIST_SHOW_EVENTLOGO);
|
||||
menu_channellogos->addItem(mc);
|
||||
channellogoNotifier->addItem(mc);
|
||||
|
Reference in New Issue
Block a user