mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- try to fix dbt's mess
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1214 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
|
||||
//#define ONE_KEY_PLUGIN
|
||||
|
||||
extern CPlugins * g_PluginList;
|
||||
extern CFanControlNotifier * funNotifier;
|
||||
extern CPlugins * g_PluginList;
|
||||
|
||||
CMiscMenue::CMiscMenue()
|
||||
{
|
||||
@@ -235,7 +236,7 @@ void CMiscMenue::showMiscSettingsMenuGeneral(CMenuWidget *ms_general)
|
||||
|
||||
|
||||
//fan speed
|
||||
CFanControlNotifier *fanNotifier = new CFanControlNotifier();
|
||||
funNotifier = new CFanControlNotifier();
|
||||
|
||||
//don't show fan speed settings on cable box and NEO
|
||||
if (g_info.delivery_system == DVB_S && (cs_get_revision() < 8)) {
|
||||
|
Reference in New Issue
Block a user