Author: tack
Date: Mon Jan  7 19:15:46 2008
New Revision: 2956

Log:
Call the function, don't test it exists. :)


Modified:
   trunk/popcorn/src/generic.py

Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Mon Jan  7 19:15:46 2008
@@ -251,7 +251,7 @@
 
         # Handle pending calls based on the new state. The variable blocked is
         # used to avoid calling this function recursive.
-        if self._blocked or kaa.main.is_shutting_down:
+        if self._blocked or kaa.main.is_shutting_down():
             return
         self._blocked = True
         # Iterate through all pending commands and execute the ones that can

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to