mailr12940 - /1.3/gui/analyses/auto_noe.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 - 18:19:
Author: bugman
Date: Thu Jun  9 18:19:37 2011
New Revision: 12940

URL: http://svn.gna.org/viewcvs/relax?rev=12940&view=rev
Log:
Simplified and localised a variable.


Modified:
    1.3/gui/analyses/auto_noe.py

Modified: 1.3/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_noe.py?rev=12940&r1=12939&r2=12940&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_noe.py (original)
+++ 1.3/gui/analyses/auto_noe.py Thu Jun  9 18:19:37 2011
@@ -204,8 +204,8 @@
         box = wx.BoxSizer(wx.HORIZONTAL)
 
         # Add the model-free bitmap picture.
-        self.bitmap_1_copy_copy = wx.StaticBitmap(self.parent, -1, 
wx.Bitmap(self.bitmap, wx.BITMAP_TYPE_ANY))
-        box.Add(self.bitmap_1_copy_copy, 0, wx.ADJUST_MINSIZE, 10)
+        bitmap = wx.StaticBitmap(self.parent, -1, wx.Bitmap(self.bitmap, 
wx.BITMAP_TYPE_ANY))
+        box.Add(bitmap, 0, wx.ADJUST_MINSIZE, 10)
 
         # Build the right hand box and pack it next to the bitmap.
         right_box = self.build_right_box()




Related Messages


Powered by MHonArc, Updated Thu Jun 09 18:40:02 2011