* src/DisplayModels.py: support for Spouse column

* src/MediaView.py: fix try_to_find_object_from_id
* src/PeopleModel.py:  support for Spouse column
* src/RelLib.py: handle expanding columns


svn: r3198
This commit is contained in:
Don Allingham
2004-06-03 03:28:46 +00:00
parent bf5ad74a5d
commit 7113318c2b
8 changed files with 49 additions and 16 deletions

View File

@@ -67,7 +67,7 @@ class BaseModel(gtk.GenericTreeModel):
return gtk.TREE_MODEL_LIST_ONLY
def on_get_n_columns(self):
return 9
return 10
def on_get_path(self, node):
'''returns the tree path (a tuple of indices at the various