mailr11971 - /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 December 27, 2010 - 15:30:
Author: bugman
Date: Mon Dec 27 15:30:52 2010
New Revision: 11971

URL: http://svn.gna.org/viewcvs/relax?rev=11971&view=rev
Log:
Fix for the about relax dialog - a no longer extant arg was being set to the 
offset method.


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=11971&r1=11970&r2=11971&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Mon Dec 27 15:30:52 2010
@@ -234,7 +234,7 @@
         """Build the about dialog."""
 
         # A global Y offset for packing the elements together (initialise to 
the boarder position).
-        self.offset(self.boarder, init=True)
+        self.offset(self.boarder)
 
         # Draw all the elements.
         self.draw_title()




Related Messages


Powered by MHonArc, Updated Mon Dec 27 15:40:02 2010