diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-14 17:07:42 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-14 17:07:42 +0000 |
| commit | 55c2a88ecd94a2eb6aa00f1227912fcd2659932b (patch) | |
| tree | 785306edb681cfa959940892003b3ebf408be9f8 /lib/base/ebase.cpp | |
| parent | acf619a3c304992a7ec093cd95fdd6c0805cca66 (diff) | |
| download | enigma2-55c2a88ecd94a2eb6aa00f1227912fcd2659932b.tar.gz enigma2-55c2a88ecd94a2eb6aa00f1227912fcd2659932b.zip | |
add possibility to get a dict with transponderdata for servicerefs
Diffstat (limited to 'lib/base/ebase.cpp')
| -rw-r--r-- | lib/base/ebase.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index 75307e85..f40bf39e 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -334,10 +334,7 @@ PyObject *eMainloop::poll(ePyObject timeout, ePyObject dict) PyObject *res=0; if (app_quit_now) - { - Py_INCREF(Py_None); - return Py_None; - } + Py_RETURN_NONE; int user_timeout = (timeout == Py_None) ? 0 : PyInt_AsLong(timeout); |
