mailr10644 - /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 - 17:27:
Author: bugman
Date: Thu Feb  4 17:27:04 2010
New Revision: 10644

URL: http://svn.gna.org/viewcvs/relax?rev=10644&view=rev
Log:
Removed a number of comments from build_widget().


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=10644&r1=10643&r2=10644&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Thu Feb  4 17:27:04 2010
@@ -164,19 +164,11 @@
         # A global Y offset for packing the elements together (initialise to 
the boarder position).
         self.offset(self.boarder)
 
-        # The relax icon.
+        # Draw all the elements.
         self.draw_icon()
-
-        # The title.
         self.draw_title()
-
-        # The description.
         self.draw_description()
-
-        # The copyright.
         self.draw_copyright()
-
-        # The licence.
         self.draw_licence()
 
 




Related Messages


Powered by MHonArc, Updated Thu Feb 04 17:40:02 2010