Update of /cvsroot/freevo/kaa/base/src/notifier
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20951/base/src/notifier

Modified Files:
        timer.py 
Log Message:
remove bad assumtion, it breaks Freevo

Index: timer.py
===================================================================
RCS file: /cvsroot/freevo/kaa/base/src/notifier/timer.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** timer.py    2 Aug 2005 19:37:17 -0000       1.2
--- timer.py    6 Aug 2005 09:09:49 -0000       1.3
***************
*** 43,49 ****
  
      def start(self, interval):
!         if interval < 30:
!             # Assume interval is specified in seconds
!             interval *= 1000
  
          if not is_mainthread():
--- 43,49 ----
  
      def start(self, interval):
!         # if interval < 30:
!         #    # Assume interval is specified in seconds
!         #    interval *= 1000
  
          if not is_mainthread():



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to