Fix crash on OK after Save Changes in Tags and Comment popup.
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 21 Jul 2011 17:02:01 +0000 (19:02 +0200)
committerArun Persaud <arun@nubati.net>
Sun, 24 Jul 2011 05:33:13 +0000 (22:33 -0700)
commitbb9d038829e2c23d77a9a468ac6fdb0ca8fc65a9
treec5b859d10af8a10fccb841a9e164982619bfce6c
parent38fcbc993ebe30afcfd6a554cad85873fdd0f9c0
Fix crash on OK after Save Changes in Tags and Comment popup.

The global variables tagsText and commentText were used to pass
a string obtained from a widget (and thus not malloc'ed), which
caused a crash when the GenericReadout tried to use those variables
for the new value. Fixed by using GenericReadout (which does malloc)
to read out the text,in stead of GetWidgetText.
xoptions.c