mailr13438 - /branches/gui_testing/gui/wizard.py


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

Header


Content

Posted by edward on July 06, 2011 - 11:23:
Author: bugman
Date: Wed Jul  6 11:23:52 2011
New Revision: 13438

URL: http://svn.gna.org/viewcvs/relax?rev=13438&view=rev
Log:
The default spin_id_element() value is now set to nothing rather than '@N'.


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13438&r1=13437&r2=13438&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Wed Jul  6 11:23:52 2011
@@ -726,7 +726,7 @@
         """
 
 
-    def spin_id_element(self, sizer, desc="The spin identification string:", 
default='@N', divider=None, padding=0, spacer=None):
+    def spin_id_element(self, sizer, desc="The spin identification string:", 
default=None, divider=None, padding=0, spacer=None):
         """Build a special the input field widget.
 
         @param sizer:       The sizer to put the input field widget into.




Related Messages


Powered by MHonArc, Updated Wed Jul 06 11:40:01 2011