* src/DisplayState.py: Warning log handler

* src/EditFamily.py: remove icon in father/mother column
* src/EditPerson.py: remove commented out code
* src/GrampsWidgets.py: add WarnButton
* src/ViewManager.py: use WarnButton in the status bar
* src/GrampsDb/_GedTokens.py: Add HEAD
* src/GrampsDb/_ReadGedcom.py: New min-lexical analyzer


svn: r5823
This commit is contained in:
Don Allingham
2006-01-23 21:48:34 +00:00
parent e67691eba7
commit 4b01a84b63
8 changed files with 199 additions and 229 deletions

View File

@@ -147,11 +147,6 @@ class EditPerson(DisplayState.ManagedWindow):
self.gladeif = GladeIf(self.top)
self.window.set_title("%s - GRAMPS" % _('Edit Person'))
#self.icon_list = self.top.get_widget("iconlist")
#self.gallery = ImageSelect.Gallery(person, self.db.commit_person,
# self.path, self.icon_list,
# self.db, self, self.window)
self.build_gallery(self.top.get_widget('iconbox'))
self.marker = self.top.get_widget('marker')