diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-30 10:43:55 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-30 10:43:55 +0000 |
| commit | cb22e9b244a2f9e54dba44b818395216585190bc (patch) | |
| tree | 58c7d053d019536a29099a30b091454e1b0c3b80 /lib/dvb/sec.h | |
| parent | 5c6290ef3ddec2f76319c8642cc57e7e1c4561b1 (diff) | |
| download | enigma2-cb22e9b244a2f9e54dba44b818395216585190bc.tar.gz enigma2-cb22e9b244a2f9e54dba44b818395216585190bc.zip | |
in automatic scan do no more scan satellites twice when not needed (for advanced sat configurations)
Diffstat (limited to 'lib/dvb/sec.h')
| -rw-r--r-- | lib/dvb/sec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/sec.h b/lib/dvb/sec.h index ab1f1ac3..ab6ab395 100644 --- a/lib/dvb/sec.h +++ b/lib/dvb/sec.h @@ -290,7 +290,7 @@ public: RESULT setTunerLinked(int from, int to); RESULT setTunerDepends(int from, int to); - PyObject *get_different_satellites(int tu1, int tu2); + PyObject *get_exclusive_satellites(int tu1, int tu2); void setRotorMoving(bool); // called from the frontend's bool isRotorMoving(); }; |
