- 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:
striper
2011-02-26 10:21:03 +00:00
parent 67a3f9436d
commit 48bb0c36d2

View File

@@ -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)) {