Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv9143

Modified Files:
        joy.py 
Log Message:
Set poll_interval to 0 until we pass some checks.


Index: joy.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/joy.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** joy.py      20 Jul 2003 14:37:25 -0000      1.5
--- joy.py      20 Jul 2003 14:57:50 -0000      1.6
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.6  2003/07/20 14:57:50  rshortt
+ # Set poll_interval to 0 until we pass some checks.
+ #
  # Revision 1.5  2003/07/20 14:37:25  rshortt
  # Patch from Dan Eriksen that:
***************
*** 78,81 ****
--- 81,87 ----
          self.plugin_name = 'JOY'
          self.device_name = ''
+         # If we make it to the end of __init__ successfully then
+         # poll_interval is set to run ok.
+         self.poll_interval = 0
       
          if config.JOY_DEV == 0:




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to