* src/PedView.py: Replaced gnome canvas by an implementation that uses gtk+ only. Still incomplete.

* src/gramps_main.py: Removed canvas specific calls of the PedView


svn: r4376
This commit is contained in:
Martin Hawlisch
2005-04-19 11:40:16 +00:00
parent 7cac4ec348
commit 715cf4c956
2 changed files with 349 additions and 373 deletions

View File

@@ -1,3 +1,8 @@
2005-04-19 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/PedView.py: Replaced gnome canvas by an implementation
that uses gtk+ only. Still incomplete.
* src/gramps_main.py: Removed canvas specific calls of the PedView
2005-04-18 Don Allingham <don@gramps-project.org>
* src/edit_person.glade: re-add edit_person.glade
* src/EditPerson.py: start of new EditPerson dialog