Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv25118
Modified Files:
videoitem.py
Log Message:
make variants the default action
Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** videoitem.py 29 Jun 2003 21:31:55 -0000 1.58
--- videoitem.py 2 Jul 2003 20:08:36 -0000 1.59
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.59 2003/07/02 20:08:36 dischi
+ # make variants the default action
+ #
# Revision 1.58 2003/06/29 21:31:55 gsbarbieri
# subtitle and audio now use the path to files and are quoted.
***************
*** 303,308 ****
if self.filename and self.mode == 'file' and not self.media:
items += [ (self.confirm_delete, 'Delete file') ]
if self.variants:
! items += [ (self.show_variants, 'Show variants') ]
# show DVD/VCD title menu for DVDs, but only when we aren't in a
--- 306,312 ----
if self.filename and self.mode == 'file' and not self.media:
items += [ (self.confirm_delete, 'Delete file') ]
+
if self.variants:
! items = [ (self.show_variants, 'Show variants') ] + items
# show DVD/VCD title menu for DVDs, but only when we aren't in a
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog