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:06 +0100 |
| commit | 04e48eed8c5dfc1e1a642b52ab0d03e40171e86e (patch) | |
| tree | b7f5f6367c1a37b2a199394d9fdbaf9584154ee8 /lib/base/ebase.cpp | |
| parent | c352487661e7927d0068ef8fa69765055ff488d8 (diff) | |
| download | enigma2-04e48eed8c5dfc1e1a642b52ab0d03e40171e86e.tar.gz enigma2-04e48eed8c5dfc1e1a642b52ab0d03e40171e86e.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) { |
