* src/ReadXML.py (start_childof): Use integer relations.

* src/WriteXML.py (write_xml_data): Properly test frel.
* src/rule.glade: Change button label; add "need to close" label.
* src/EditPlace.py: Typo.


svn: r4149
This commit is contained in:
Alex Roitman
2005-03-10 00:04:50 +00:00
parent dce5cc2a9b
commit 8c1061b9a7
5 changed files with 98 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ import NameDisplay
#
#-------------------------------------------------------------------------
pycode_tgts = [
('url' , 0, 0)
('url' , 0, 0),
('srcref', 0, 4)]
#-------------------------------------------------------------------------