Author: duncan
Date: Wed Jan 17 22:12:14 2007
New Revision: 8990

Modified:
   branches/rel-1/freevo/src/util/vfs.py

Log:
[ 1637766 ] Directories not shown in Freevo GUI
Fix applied


Modified: branches/rel-1/freevo/src/util/vfs.py
==============================================================================
--- branches/rel-1/freevo/src/util/vfs.py       (original)
+++ branches/rel-1/freevo/src/util/vfs.py       Wed Jan 17 22:12:14 2007
@@ -198,7 +198,7 @@
                     files.append(directory + f)
         else:
             for f in os.listdir(directory):
-                if not f.startswith('.') and not f in ('folder.fxd'):
+                if not f.startswith('.') and not f in ('folder.fxd',):
                     files.append(directory + f)
 
         if not include_overlay:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to