mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- revert to rev. 1213 since my changes didn't fix it
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1215 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -53,8 +53,7 @@
|
||||
|
||||
//#define ONE_KEY_PLUGIN
|
||||
|
||||
extern CFanControlNotifier * funNotifier;
|
||||
extern CPlugins * g_PluginList;
|
||||
extern CPlugins * g_PluginList;
|
||||
|
||||
CMiscMenue::CMiscMenue()
|
||||
{
|
||||
@@ -236,7 +235,7 @@ void CMiscMenue::showMiscSettingsMenuGeneral(CMenuWidget *ms_general)
|
||||
|
||||
|
||||
//fan speed
|
||||
funNotifier = new CFanControlNotifier();
|
||||
CFanControlNotifier *fanNotifier = 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