Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5203
Modified Files:
__init__.py
Log Message:
Fixed a crash. It occured when I used the "Configure Directory" option to
show "all types" in a music directory.
Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/__init__.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** __init__.py 22 Mar 2004 03:04:28 -0000 1.29
--- __init__.py 27 Mar 2004 00:46:23 -0000 1.30
***************
*** 10,13 ****
--- 10,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.30 2004/03/27 00:46:23 outlyer
+ # Fixed a crash. It occured when I used the "Configure Directory" option to
+ # show "all types" in a music directory.
+ #
# Revision 1.29 2004/03/22 03:04:28 krister
# Fixed a typo
***************
*** 128,132 ****
for file in util.find_matches(files, config.VIDEO_SUFFIX):
! if parent and parent.type == 'dir' and \
parent.VIDEO_DIRECTORY_AUTOBUILD_THUMBNAILS:
util.videothumb.snapshot(file, update=False, popup=True)
--- 132,136 ----
for file in util.find_matches(files, config.VIDEO_SUFFIX):
! if parent and parent.type == 'dir' and
hasattr(parent,'VIDEO_DIRECTORY_AUTOBUILD_THUMBNAILS') and \
parent.VIDEO_DIRECTORY_AUTOBUILD_THUMBNAILS:
util.videothumb.snapshot(file, update=False, popup=True)
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog