svn+ssh://bugman@.../svn/relax/trunk
........
r18072 | bugman | 2012-12-06 18:03:49 +0100 (Thu, 06 Dec 2012) | 3 lines
Bug fix for the catching of errors in the GUI user functions - the sys module import was missing.
........
r18073 | bugman | 2012-12-06 18:32:30 +0100 (Thu, 06 Dec 2012) | 5 lines
The spin.create_pseudo user function 'members' argument is no longer read only in the GUI.
This allows the user to type in shorter spin IDs rather than selecting them from the list.
........
r18074 | bugman | 2012-12-06 18:34:56 +0100 (Thu, 06 Dec 2012) | 6 lines
Bug fix for the GUI combo_list input element SetValue() method.
Values not belonging to the combo lists can now be set. This fixes the spin.create_pseudo user
function in the test suite, a bug triggered by the N_state_model.test_absolute_rdc_menthol GUI test.
........