Menu

Commit [r20708]  Maximize  Restore  History

Attempt at fixing bug #21080 (https://gna.org/bugs/?21080).

This was reported by Troels Linnet.

The problem is a standard GUI problem. The text from a wxPython GUI is a unicode string. But relax
requires standard strings. Therefore the gui.string_conv.gui_to_str() function needs to be used on
the return value of the GUI element GetValue() method, but this call was forgotten.

bugman 2013-08-29

changed /branches/relax_disp/gui/analyses/auto_relax_disp.py
/branches/relax_disp/gui/analyses/auto_relax_disp.py Diff Switch to side-by-side view
Loading...