2004-08-27 Tim Waugh <twaugh@redhat.com>

* src/SelectObject.py (SelectObject.redraw): Use GRAMPS ID for
        user display.


svn: r3516
This commit is contained in:
Tim Waugh 2004-08-27 13:35:24 +00:00
parent b147e4e72f
commit 9459c36c2e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-27 Tim Waugh <twaugh@redhat.com>
* src/SelectObject.py (SelectObject.redraw): Use GRAMPS ID for
user display.
2004-08-26 Don Allingham <dallingham@users.sourceforge.net>
* src/DisplayModels.py: fix place and source lists
* src/PlaceView.py: fix place lists

View File

@ -104,7 +104,7 @@ class SelectObject:
handle = obj.get_handle()
the_type = Utils.get_mime_description(obj.get_mime_type())
path = obj.get_path()
self.object_model.add([title,handle,the_type,path],key)
self.object_model.add([title,obj.get_gramps_id(),the_type,path],key)
self.object_model.connect_model()