mailr17518 - /trunk/graphics/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 19, 2012 - 19:03:
Author: bugman
Date: Wed Sep 19 19:03:48 2012
New Revision: 17518

URL: http://svn.gna.org/viewcvs/relax?rev=17518&view=rev
Log:
Fix for the graphics.fetch_icon() function for when no file format is 
specified.


Modified:
    trunk/graphics/__init__.py

Modified: trunk/graphics/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/graphics/__init__.py?rev=17518&r1=17517&r2=17518&view=diff
==============================================================================
--- trunk/graphics/__init__.py (original)
+++ trunk/graphics/__init__.py Wed Sep 19 19:03:48 2012
@@ -83,7 +83,7 @@
 
     # The file.
     if format == None:
-        path = elements[-1]
+        path += elements[-1]
     elif format == 'png':
         path += "%s.png" % elements[-1]
     elif format == 'eps.gz':




Related Messages


Powered by MHonArc, Updated Wed Sep 19 22:00:02 2012