* src/Editors/_EditPerson.py (_image_callback): Take three

arguments; correctly call load_photo(); rebuild gallery.
	(load_photo): Name path variable as such, for clarity.


svn: r7248
This commit is contained in:
Alex Roitman
2006-08-23 19:22:47 +00:00
parent e5fb9ee657
commit dfe1287d4f
2 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,7 @@
2006-08-23 Alex Roitman <shura@gramps-project.org>
* src/Editors/_EditPerson.py (_image_callback): Take three
arguments; correctly call load_photo(); rebuild gallery.
(load_photo): Name path variable as such, for clarity.
* src/DataViews/_PedigreeView.py (PedigreeView.goto_active_person):
Update status bar on person change.
* src/DataViews/_RelationView.py (RelationshipView.change_person):