mailr10599 - /branches/bieri_gui/gui_bieri/components/spectrum.py


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

Header


Content

Posted by edward on January 29, 2010 - 15:52:
Author: bugman
Date: Fri Jan 29 15:52:03 2010
New Revision: 10599

URL: http://svn.gna.org/viewcvs/relax?rev=10599&view=rev
Log:
Fix for the peak list selection, the file names are now converted to strings 
before storage.


Modified:
    branches/bieri_gui/gui_bieri/components/spectrum.py

Modified: branches/bieri_gui/gui_bieri/components/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/components/spectrum.py?rev=10599&r1=10598&r2=10599&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/components/spectrum.py (original)
+++ branches/bieri_gui/gui_bieri/components/spectrum.py Fri Jan 29 15:52:03 
2010
@@ -228,7 +228,7 @@
 
         # Store the files.
         for i in range(len(files)):
-            self.data.file_list[count+i] = files[i]
+            self.data.file_list[count+i] = str(files[i])
 
         # Refresh the GUI element.
         self.refresh_peak_list_display()




Related Messages


Powered by MHonArc, Updated Fri Jan 29 16:20:02 2010