From fa33ac1ea2677108bb2bb926fcc8153fe03ffccf Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 9 Jan 2010 20:42:14 +0100 Subject: small fix in spinner handling... fixes bug #378 --- lib/base/ebase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/base/ebase.cpp') 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) { -- cgit v1.2.3