* 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 337b7f170b
commit 1f9f356d77
4 changed files with 21 additions and 15 deletions

View File

@ -94,8 +94,7 @@ class PeopleView:
for column in self.columns:
self.person_tree.remove_column(column)
column = gtk.TreeViewColumn(_('Name'), self.renderer,text=0,
weight=PeopleModel.COLUMN_BOLD)
column = gtk.TreeViewColumn(_('Name'), self.renderer,text=0)
column.set_resizable(gtk.TRUE)
column.set_min_width(225)
column.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)