GNOME Bugzilla – Bug 339901
getobjectlist() is not replacing special characters
Last modified: 2006-06-24 16:43:40 UTC
The appmap function is not replacing the special characters like '&' with '&' while calling getobjectlist() this can be reproduced by running getobjectlist() on the gedit preferences window.
This could be reproduced with gcalctool too.
Created attachment 67897 [details] [review] this will replace the illegal characters in the parsed XML text
Created attachment 67949 [details] [review] modified previous patch to escape the illegal character from a function in ldtp-utils.c