Author: dmeyer
Date: Fri Mar 16 15:09:46 2007
New Revision: 2564

Modified:
   trunk/metadata/src/misc/directory.py

Log:
fix icon from .directory

Modified: trunk/metadata/src/misc/directory.py
==============================================================================
--- trunk/metadata/src/misc/directory.py        (original)
+++ trunk/metadata/src/misc/directory.py        Fri Mar 16 15:09:46 2007
@@ -75,7 +75,7 @@
             if l.startswith('Icon='):
                 image = l[5:].strip()
                 if not image.startswith('/'):
-                    image = os.path.join(directory, image[2:])
+                    image = os.path.join(directory, image)
                 self._set('image', image)
             if l.startswith('Name='):
                 self.title = l[5:].strip()

-------------------------------------------------------------------------
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