Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv26121
Modified Files:
file_ops.py
Log Message:
Make it possible to delete playlists. I can't see how this change could
ever break anything, but as with the plugin, it's optional if this change
should be in the next release.
Not being able to delete a playlist seems like a bug to me.
Index: file_ops.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/file_ops.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** file_ops.py 4 Oct 2003 18:37:29 -0000 1.7
--- file_ops.py 7 Oct 2003 19:46:07 -0000 1.8
***************
*** 10,13 ****
--- 10,20 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.8 2003/10/07 19:46:07 outlyer
+ # Make it possible to delete playlists. I can't see how this change could
+ # ever break anything, but as with the plugin, it's optional if this change
+ # should be in the next release.
+ #
+ # Not being able to delete a playlist seems like a bug to me.
+ #
# Revision 1.7 2003/10/04 18:37:29 dischi
# i18n changes and True/False usage
***************
*** 72,76 ****
items = []
if ((item.type == 'video' and item.mode == 'file') or \
! item.type in ( 'audio', 'image' )) and not item.media:
self.item = item
items.append((self.confirm_delete, _('Delete file'), 'delete'))
--- 79,83 ----
items = []
if ((item.type == 'video' and item.mode == 'file') or \
! item.type in ( 'audio', 'image','playlist' )) and not item.media:
self.item = item
items.append((self.confirm_delete, _('Delete file'), 'delete'))
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog