Author: dmeyer
Date: Thu Mar 23 19:51:23 2006
New Revision: 1325

Modified:
   trunk/epg/src/client.py

Log:
add args to update_progress signal

Modified: trunk/epg/src/client.py
==============================================================================
--- trunk/epg/src/client.py     (original)
+++ trunk/epg/src/client.py     Thu Mar 23 19:51:23 2006
@@ -47,8 +47,8 @@
 
 
     execute_in_timer(OneShotTimer, 0)
-    def _update_progress(self):
-        self.signals["update_progress"].emit()
+    def _update_progress(self, *args, **kwargs):
+        self.signals["update_progress"].emit(*args, **kwargs)
 
         
     def _load(self):


-------------------------------------------------------
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