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:
parent
2be6aaa660
commit
dda871049e
@ -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>
|
2004-08-26 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/DisplayModels.py: fix place and source lists
|
* src/DisplayModels.py: fix place and source lists
|
||||||
* src/PlaceView.py: fix place lists
|
* src/PlaceView.py: fix place lists
|
||||||
|
@ -104,7 +104,7 @@ class SelectObject:
|
|||||||
handle = obj.get_handle()
|
handle = obj.get_handle()
|
||||||
the_type = Utils.get_mime_description(obj.get_mime_type())
|
the_type = Utils.get_mime_description(obj.get_mime_type())
|
||||||
path = obj.get_path()
|
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()
|
self.object_model.connect_model()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user