Author: dmeyer
Date: Thu Jan 26 21:30:20 2006
New Revision: 7883

Modified:
   trunk/core/src/ipc/status.py

Log:
small bugfix for bad timing

Modified: trunk/core/src/ipc/status.py
==============================================================================
--- trunk/core/src/ipc/status.py        (original)
+++ trunk/core/src/ipc/status.py        Thu Jan 26 21:30:20 2006
@@ -46,9 +46,10 @@
         self.dict = dict()
         self.send = OneShotTimer(self.send_update).start
         self.signals = {'changed': Signal() }
+        self.monitoring = False
         self.instance.signals['register'].connect(self.register)
         self.instance.signals['new-entity'].connect(self.new_entity)
-        self.monitoring = False
+
 
     def set(self, key, value):
         """


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to