* src/DisplayTabs/_ChildModel.py:

* src/Editors/_EditFamily.py: add fallback for birth date (feature #1448)
2007-12-15 Gary Burton <gary.burton@zen.co.uk>
	* src/Editors/_EditFamily.py: emit family-update signal (bug #1416)



svn: r9513
This commit is contained in:
Gary Burton
2007-12-15 23:54:52 +00:00
parent 2eaaa8369e
commit 253990ff81
3 changed files with 15 additions and 6 deletions

View File

@@ -167,7 +167,7 @@ class ChildEmbedList(EmbeddedList):
continue
name = self._column_names[pair[1]][0]
render = gtk.CellRendererText()
column = gtk.TreeViewColumn(name, render, text=pair[1])
column = gtk.TreeViewColumn(name, render, markup=pair[1])
column.set_min_width(50)
column.set_resizable(True)