mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 48bb0c36d2
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-02-26 (Sat, 26 Feb 2011)
Origin message was:
------------------
- 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 was generated by Migit
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