mailr15975 - /branches/uf_redesign/user_functions/objects.py


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

Header


Content

Posted by edward on May 04, 2012 - 18:04:
Author: bugman
Date: Fri May  4 18:04:48 2012
New Revision: 15975

URL: http://svn.gna.org/viewcvs/relax?rev=15975&view=rev
Log:
The menu_text variable now defaults to '' so that the GUI does not die if 
this is not set.


Modified:
    branches/uf_redesign/user_functions/objects.py

Modified: branches/uf_redesign/user_functions/objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/objects.py?rev=15975&r1=15974&r2=15975&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/objects.py (original)
+++ branches/uf_redesign/user_functions/objects.py Fri May  4 18:04:48 2012
@@ -135,7 +135,7 @@
         self.desc = None
         self.additional = None
         self.prompt_examples = None
-        self.menu_text = None
+        self.menu_text = ''
         self.gui_icon = None
         self.wizard_size = (600, 400)
         self.wizard_image = IMAGE_PATH + "relax.gif"




Related Messages


Powered by MHonArc, Updated Fri May 04 18:20:02 2012