* src/docgen/RTFDoc.py: Typo.

* src/Utils.py (get_xpm_image): Add function.
* src/plugins/AncestorReport.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/Ancestors.py (get_xpm_image): Remove function;
Bring up to the database interface.


svn: r3105
This commit is contained in:
Alex Roitman
2004-04-25 04:48:02 +00:00
parent a5ef796156
commit 92340bcc1a
5 changed files with 179 additions and 225 deletions

View File

@@ -1,3 +1,11 @@
2004-04-23 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/RTFDoc.py: Typo.
* src/Utils.py (get_xpm_image): Add function.
* src/plugins/AncestorReport.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/Ancestors.py (get_xpm_image): Remove function;
Bring up to the database interface.
2004-04-23 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/RTFDoc.py: Completely switch from grampslib.
* src/docgen/PdfDoc.py: Typo.