- 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:
striper
2011-02-26 10:59:55 +00:00
parent 48bb0c36d2
commit 2e967702eb

View File

@@ -53,8 +53,7 @@
//#define ONE_KEY_PLUGIN //#define ONE_KEY_PLUGIN
extern CFanControlNotifier * funNotifier; extern CPlugins * g_PluginList;
extern CPlugins * g_PluginList;
CMiscMenue::CMiscMenue() CMiscMenue::CMiscMenue()
{ {
@@ -236,7 +235,7 @@ void CMiscMenue::showMiscSettingsMenuGeneral(CMenuWidget *ms_general)
//fan speed //fan speed
funNotifier = new CFanControlNotifier(); CFanControlNotifier *fanNotifier = new CFanControlNotifier();
//don't show fan speed settings on cable box and NEO //don't show fan speed settings on cable box and NEO
if (g_info.delivery_system == DVB_S && (cs_get_revision() < 8)) { if (g_info.delivery_system == DVB_S && (cs_get_revision() < 8)) {