* src/PlaceView.py (on_delete_clicked): Use list's copy to avoid

modifying the real EventList (closes # 875332).
* src/paper.xml: Remove from CVS (superseded by papersize.xml).


svn: r2630
This commit is contained in:
Alex Roitman
2004-01-12 18:56:02 +00:00
parent 1f73f81b17
commit cb5fa58baf
3 changed files with 7 additions and 15 deletions

View File

@@ -1,3 +1,8 @@
2004-01-12 Alex Roitman <shura@alex.neuro.umn.edu>
* src/PlaceView.py (on_delete_clicked): Use list's copy to avoid
modifying the real EventList (closes # 875332).
* src/paper.xml: Remove from CVS (superseded by papersize.xml).
2004-01-11 Don Allingham <dallingham@users.sourceforge.net>
* src/Makefile.am: export papersize.xml
* src/RelLib.py: Don't call setAncestor if default person is None