mailr12923 - /1.3/gui/analyses/base.py


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

Header


Content

Posted by edward on June 09, 2011 - 13:57:
Author: bugman
Date: Thu Jun  9 13:57:46 2011
New Revision: 12923

URL: http://svn.gna.org/viewcvs/relax?rev=12923&view=rev
Log:
Fix for the base class add_text_control() method, the parent object is passed 
into the method!


Modified:
    1.3/gui/analyses/base.py

Modified: 1.3/gui/analyses/base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/base.py?rev=12923&r1=12922&r2=12923&view=diff
==============================================================================
--- 1.3/gui/analyses/base.py (original)
+++ 1.3/gui/analyses/base.py Thu Jun  9 13:57:46 2011
@@ -92,7 +92,7 @@
         """
 
         # The control.
-        field = control(self.parent, -1, text)
+        field = control(parent, -1, text)
 
         # The font and control properties.
         field.SetMinSize((width, height))




Related Messages


Powered by MHonArc, Updated Thu Jun 09 14:00:01 2011