svn+ssh://bugman@.../svn/relax/trunk
........
r19947 | bugman | 2013-06-07 15:46:37 +0200 (Fri, 07 Jun 2013) | 9 lines
Bug fix for the Sequence GUI input element.
This complete the removal of bug #20873 (https://gna.org/bugs/?20873).
The problem was that the gui_to_str() function was not failing to convert the string into a string
list, so the list was deemed as a single string. Now the first character of '[' or '(' for lists or
tuples are now searched for instead of relying on the conversion to trigger an error.
........