From 210b6ab3d8a5367e116afefe31cea1d83fa094b9 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 5 Feb 2009 17:58:15 +0100 Subject: Changed setup channel option into Frequency, Polarization, Srate Add setup option NoWakeup to prevent wakeup Improved parsing of Shorttext Fixed bug in event handling --- setup.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.h') diff --git a/setup.h b/setup.h index 56533e1..f683e7f 100644 --- a/setup.h +++ b/setup.h @@ -17,11 +17,15 @@ class cMenuSetupInfosatepg : public cMenuSetupPage { private: cGlobalInfosatepg *global; - int newChannel; + //int newChannel; int newWaitTime; int newWakeupTime; int newEventTimeDiff; + int newFrequency; + char newPolarization; + int newSrate; int newPid; + int newNoWakeup; int chanCurrent; protected: virtual void Store(void); -- cgit v1.2.3