mailr18691 - /trunk/gui/components/relax_data.py


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

Header


Content

Posted by edward on March 08, 2013 - 10:17:
Author: bugman
Date: Fri Mar  8 10:17:09 2013
New Revision: 18691

URL: http://svn.gna.org/viewcvs/relax?rev=18691&view=rev
Log:
Fix for bug 20603 (https://gna.org/bugs/?20603), the relaxation data right 
click menu failure.

The problem was that there was that the last menu item specified had no 
contents.  This item has
been removed.


Modified:
    trunk/gui/components/relax_data.py

Modified: trunk/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/components/relax_data.py?rev=18691&r1=18690&r2=18691&view=diff
==============================================================================
--- trunk/gui/components/relax_data.py (original)
+++ trunk/gui/components/relax_data.py Fri Mar  8 10:17:09 2013
@@ -294,7 +294,6 @@
                 'text': "Set the relaxation data &type",
                 'icon': 
fetch_icon(uf_info.get_uf('relax_data.type').gui_icon),
                 'method': self.action_relax_data_type
-            }, {
             }
         ]
 




Related Messages


Powered by MHonArc, Updated Fri Mar 08 10:40:02 2013