Author: dmeyer
Date: Sat Mar 18 12:26:40 2006
New Revision: 1294

Modified:
   trunk/WIP/epg2/src/client.py

Log:
do not proxy args

Modified: trunk/WIP/epg2/src/client.py
==============================================================================
--- trunk/WIP/epg2/src/client.py        (original)
+++ trunk/WIP/epg2/src/client.py        Sat Mar 18 12:26:40 2006
@@ -167,4 +167,5 @@
     def update(self, *args, **kwargs):
         # updated signal will fire when this call completes.
         kwargs["__ipc_oneway"] = True
+        kwargs["__ipc_noproxy_args"] = True
         self._server.update(*args, **kwargs)


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to