mailr10661 - /branches/bieri_gui/gui_bieri/about.py


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

Header


Content

Posted by edward on February 04, 2010 - 22:43:
Author: bugman
Date: Thu Feb  4 22:43:36 2010
New Revision: 10661

URL: http://svn.gna.org/viewcvs/relax?rev=10661&view=rev
Log:
Variable name fix.


Modified:
    branches/bieri_gui/gui_bieri/about.py

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=10661&r1=10660&r2=10661&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Thu Feb  4 22:43:36 2010
@@ -169,8 +169,8 @@
         self.cursor_type = 'normal'
 
         # The link position initialisation.
-        self.link_pox_x = [0, 0]
-        self.link_pox_y = [0, 0]
+        self.link_pos_x = [0, 0]
+        self.link_pos_y = [0, 0]
 
         # Execute the base class __init__() method.
         super(About_relax, self).__init__(*args, **kwds)




Related Messages


Powered by MHonArc, Updated Thu Feb 04 23:00:01 2010