mailr10553 - /branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on January 28, 2010 - 19:34:
Author: bugman
Date: Thu Jan 28 19:34:14 2010
New Revision: 10553

URL: http://svn.gna.org/viewcvs/relax?rev=10553&view=rev
Log:
structure_file_pdb_msg is in self.gui!


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=10553&r1=10552&r2=10553&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Thu Jan 28 19:34:14 
2010
@@ -86,7 +86,7 @@
         self.resultsdir_r11 = wx.TextCtrl(self.parent, -1, 
self.data.save_dir)
         self.results_directory_copy_copy = wx.Button(self.parent, -1, 
"Change")
         self.structure_file = wx.StaticText(self.parent, -1, "Structure file 
(.pdb)", style=wx.ALIGN_RIGHT)
-        self.structure_r11 = StructureTextCtrl(self.parent, -1, 
self.structure_file_pdb_msg)
+        self.structure_r11 = StructureTextCtrl(self.parent, -1, 
self.gui.structure_file_pdb_msg)
         self.structure_r11.SetEditable(False)
         self.results_directory_copy_copy_copy = wx.Button(self.parent, -1, 
"Change")
         self.label_2_copy_copy_copy_2_copy_copy = wx.StaticText(self.parent, 
-1, "Unresolved residues:", style=wx.ALIGN_RIGHT)




Related Messages


Powered by MHonArc, Updated Thu Jan 28 20:00:03 2010