Author: dmeyer
Date: Thu Dec 27 15:07:26 2007
New Revision: 2931

Log:
bugfix

Modified:
   trunk/beacon/src/client.py

Modified: trunk/beacon/src/client.py
==============================================================================
--- trunk/beacon/src/client.py  (original)
+++ trunk/beacon/src/client.py  Thu Dec 27 15:07:26 2007
@@ -299,7 +299,7 @@
         if not item._beacon_id:
             # Item has no beacon id, request the data before
             # schedule the update.
-            item.scan().connect(self._beacon_update, item)
+            item.scan().connect(self._beacon_update, 
item).set_ignore_caller_args(True)
             return
         if not self._changed:
             # register timer to do the changes

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to