mailr16745 - /branches/uf_redesign/gui/components/base_list.py


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

Header


Content

Posted by edward on June 08, 2012 - 09:10:
Author: bugman
Date: Fri Jun  8 09:10:28 2012
New Revision: 16745

URL: http://svn.gna.org/viewcvs/relax?rev=16745&view=rev
Log:
Small updates to the base list GUI element.


Modified:
    branches/uf_redesign/gui/components/base_list.py

Modified: branches/uf_redesign/gui/components/base_list.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/components/base_list.py?rev=16745&r1=16744&r2=16745&view=diff
==============================================================================
--- branches/uf_redesign/gui/components/base_list.py (original)
+++ branches/uf_redesign/gui/components/base_list.py Fri Jun  8 09:10:28 2012
@@ -39,10 +39,10 @@
 from gui.uf_objects import Uf_storage; uf_store = Uf_storage()
 
 
-class Base_list:
+class Base_list(object):
     """The GUI element for listing the software used in the analysis."""
 
-    def __init__(self, parent=None, box=None, id=None, stretch=False, 
button_placement='default', buttons_bottom=True):
+    def __init__(self, parent=None, box=None, id=None, stretch=False, 
button_placement='default'):
         """Build the base list GUI element.
 
         @keyword parent:            The parent GUI element that this is to 
be attached to.




Related Messages


Powered by MHonArc, Updated Fri Jun 08 10:00:02 2012