* 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

@ -177,7 +177,7 @@ class MediaView:
id = store.get_value(iter,1)
mobj = self.db.try_to_find_object_from_id(id,None)
mobj = self.db.try_to_find_object_from_id(id)
type = mobj.get_mime_type()
type_name = Utils.get_mime_description(type)
path = mobj.get_path()