* 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 88dbb8b1fc
commit a484bfa838
8 changed files with 199 additions and 229 deletions

View File

@@ -121,10 +121,8 @@ class ChildEmbedList(EmbeddedList):
continue
name = self.column_names[pair[1]][0]
if pair[1] == 4 or pair[1] == 5:
render = TypeCellRenderer(Utils.child_relations)
column = gtk.TreeViewColumn(name, render, text=pair[1])
column.set_widget(EditLabel(name))
else:
render = gtk.CellRendererText()
column = gtk.TreeViewColumn(name, render, text=pair[1])