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

Modified Files:
      Tag: rel-1-5
        imageitem.py 
Log Message:
add default slideshow duration

Index: imageitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/imageitem.py,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -C2 -d -r1.25 -r1.25.2.1
*** imageitem.py        17 Jul 2004 08:18:56 -0000      1.25
--- imageitem.py        6 Sep 2004 16:37:34 -0000       1.25.2.1
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.25.2.1  2004/09/06 16:37:34  dischi
+ # add default slideshow duration
+ #
  # Revision 1.25  2004/07/17 08:18:56  dischi
  # unicode fixes
***************
*** 57,61 ****
  
  class ImageItem(Item):
!     def __init__(self, url, parent, name = None, duration = 0):
          self.type = 'image'
          self.autovars = [ ( 'rotation', 0 ) ]
--- 60,64 ----
  
  class ImageItem(Item):
!     def __init__(self, url, parent, name = None, duration = 
config.IMAGEVIEWER_DURATION):
          self.type = 'image'
          self.autovars = [ ( 'rotation', 0 ) ]



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to