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

Modified Files:
        shutdown.py 
Log Message:
sync metainfo before stopping

Index: shutdown.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/shutdown.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** shutdown.py 30 Dec 2003 15:30:08 -0000      1.1
--- shutdown.py 19 Jan 2004 20:25:53 -0000      1.2
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/01/19 20:25:53  dischi
+ # sync metainfo before stopping
+ #
  # Revision 1.1  2003/12/30 15:30:08  dischi
  # put all shutdown stuff into one file
***************
*** 55,61 ****
      import plugin
      import childapp
! 
!     osd = osd.get_singleton()
      
      if not osd.active:
          # this function is called from the signal handler, but
--- 58,66 ----
      import plugin
      import childapp
!     import util.mediainfo
      
+     osd = osd.get_singleton()
+ 
+     util.mediainfo.sync()
      if not osd.active:
          # this function is called from the signal handler, but




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to