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


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to