diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-09 20:42:14 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-09 20:43:28 +0100 |
| commit | fa33ac1ea2677108bb2bb926fcc8153fe03ffccf (patch) | |
| tree | 4fe4188aaef8c3dc5bebbed138720eaa7d05ed61 /lib/base/ebase.cpp | |
| parent | e03708b0a361c236d7034f35e4585edd4a91bb34 (diff) | |
| download | enigma2-fa33ac1ea2677108bb2bb926fcc8153fe03ffccf.tar.gz enigma2-fa33ac1ea2677108bb2bb926fcc8153fe03ffccf.zip | |
small fix in spinner handling...
fixes bug #378
Diffstat (limited to 'lib/base/ebase.cpp')
| -rw-r--r-- | lib/base/ebase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index 313732ab..5bafe732 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -225,6 +225,7 @@ int eMainloop::processOneEvent(unsigned int twisted_timeout, PyObject **res, ePy } m_is_idle = 1; + ++m_idle_count; if (this == eApp) { |
