* src/PeopleModel.py: disable bold due to gtk tree bug

* src/PeopleView.py: disable bold due to gtk tree bug
* src/plugins/CountAncestors.py: Handle duplicates properly


svn: r3666
This commit is contained in:
Don Allingham
2004-10-24 01:09:12 +00:00
parent fb2ef63eee
commit 0ce203ad2c
4 changed files with 21 additions and 15 deletions

View File

@ -315,7 +315,7 @@ class PeopleModel(gtk.GenericTreeModel):
return node
def column_header_bold(self,node):
return pango.WEIGHT_BOLD
return pango.WEIGHT_NORMAL #BOLD
def column_header_view(self,node):
return self.top_visible.has_key(node)