mailr16056 - /branches/uf_redesign/gui/uf_objects.py


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

Header


Content

Posted by edward on May 07, 2012 - 16:14:
Author: bugman
Date: Mon May  7 16:14:44 2012
New Revision: 16056

URL: http://svn.gna.org/viewcvs/relax?rev=16056&view=rev
Log:
The additional documentation for the auto-generated user functions is now 
properly processed in the GUI.


Modified:
    branches/uf_redesign/gui/uf_objects.py

Modified: branches/uf_redesign/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/uf_objects.py?rev=16056&r1=16055&r2=16056&view=diff
==============================================================================
--- branches/uf_redesign/gui/uf_objects.py (original)
+++ branches/uf_redesign/gui/uf_objects.py Mon May  7 16:14:44 2012
@@ -298,8 +298,8 @@
         # Additional documentation.
         if self.uf_data.additional != None:
             for i in range(len(self.uf_data.additional)):
-                for element, type in 
self.process_doc(self.uf_data.additional[i]):
-                    text_list.append([element, type])
+                text_list.append([self.uf_data.additional[i][0], 'title'])
+                text_list.append([self.uf_data.additional[i][1], 'desc'])
 
         # Loop over the elements.
         tot_x = 0




Related Messages


Powered by MHonArc, Updated Mon May 07 16:20:02 2012