mailr10442 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 27, 2010 - 17:17:
Author: bugman
Date: Wed Jan 27 17:17:23 2010
New Revision: 10442

URL: http://svn.gna.org/viewcvs/relax?rev=10442&view=rev
Log:
The automatic model-free protocol frame is now added to the 
self.analysis_frames list.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10442&r1=10441&r2=10442&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Wed Jan 27 17:17:23 2010
@@ -493,8 +493,8 @@
         self.relax_start_r1_1_copy_copy_1 = 
wx.BitmapButton(self.r2_1_copy_1, -1, wx.Bitmap(IMAGE_PATH+'relax_start.gif', 
wx.BITMAP_TYPE_ANY))
 
 
-        # The automatic model-free protocol GUI element.
-        Auto_model_free(self)
+        # The automatic model-free protocol frame.
+        self.analysis_frames.append(Auto_model_free(self))
 
         ## results
         self.label_11 = wx.StaticText(self.results, -1, "NOE analysis")




Related Messages


Powered by MHonArc, Updated Wed Jan 27 17:40:02 2010