aboutsummaryrefslogtreecommitdiff
path: root/lib/base/ebase.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-02-12 14:23:02 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-02-12 14:23:02 +0100
commitae12f5e4894a65289aeafd97931e1651939bf8b1 (patch)
tree09b0cae757952d7b3a965a1a8f80d5221defdcd5 /lib/base/ebase.cpp
parent893e7e32f23e12aec86c1aa5d2adf41095ce92f5 (diff)
parent04e48eed8c5dfc1e1a642b52ab0d03e40171e86e (diff)
downloadenigma2-ae12f5e4894a65289aeafd97931e1651939bf8b1.tar.gz
enigma2-ae12f5e4894a65289aeafd97931e1651939bf8b1.zip
Merge branch 'bug_387_small_spinner_fix'
Diffstat (limited to 'lib/base/ebase.cpp')
-rw-r--r--lib/base/ebase.cpp1
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)
{