* src/Editors/_EditPerson.py (EditPerson._create_tabbed_pages):

initialize load_image callback
	* src/DisplayTabs.py (GalleryTab): call callback if defined when
	the list is updated, handle reorder inserting of None objects


svn: r6476
This commit is contained in:
Don Allingham
2006-04-27 21:56:36 +00:00
parent 513f6706bf
commit 88c6831430
3 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,10 @@
Correctly call gui_tool, fix wm.
2006-04-27 Don Allingham <don@gramps-project.org>
* src/Editors/_EditPerson.py (EditPerson._create_tabbed_pages):
initialize load_image callback
* src/DisplayTabs.py (GalleryTab): call callback if defined when
the list is updated, handle reorder inserting of None objects
* src/ViewManager.py: fix top on Config.set calls
* data/gramps.schemas.in: remove toolbar, now unused
* src/TipOfDay.py (TipOfDay.__init__): switch to ManagedWindow