Update of /cvsroot/freevo/freevo/src/image
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3129/src/image

Modified Files:
        viewer.py 
Log Message:
adjust to kaa.notifier.Timer.start now using seconds

Index: viewer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/viewer.py,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** viewer.py   1 Aug 2005 08:54:13 -0000       1.84
--- viewer.py   6 Aug 2005 14:50:32 -0000       1.85
***************
*** 268,272 ****
          if self.item.duration and self.slideshow and \
                 not self.sshow_timer.active():
!             self.sshow_timer.start(self.item.duration * 1000)
  
          # Notify everyone about the viewing
--- 268,272 ----
          if self.item.duration and self.slideshow and \
                 not self.sshow_timer.active():
!             self.sshow_timer.start(self.item.duration)
  
          # Notify everyone about the viewing
***************
*** 324,328 ****
                  OSD_MESSAGE.post(_('play'))
                  self.slideshow = True
!                 self.sshow_timer.start(1000)
              return True
  
--- 324,328 ----
                  OSD_MESSAGE.post(_('play'))
                  self.slideshow = True
!                 self.sshow_timer.start(1)
              return True
  



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