GNOME Bugzilla – Bug 680004
pygi-convert.sh improvement
Last modified: 2012-07-16 13:03:01 UTC
Created attachment 218907 [details] pygi-convert.sh patch pygi-convert.sh improvement to avoid breaking xml.dom.minidom related code. for example: xmlstore.childNodes shouldn't become: xmlstore.get_child()Nodes Tried the 3 character modification works. If you need code to test it, or reproduce the error, try running it on the gtg (getting things gnome) source code, and check the file in GTG/core/datastore.py, look for the variable xmlstore.
Thanks! Committed.