* src/gramps_main.py: update properly after an edit

* src/Utils.py: generate correct path name, using gramps id
instead of handle
* src/ImageSelect.py: select correct path name for thumbnail

* src/PeopleModel.py: move to a table driven format for
handling columns


svn: r3513
This commit is contained in:
Don Allingham
2004-08-26 04:03:11 +00:00
parent 990b9faf7b
commit 4ab4faa6ba
5 changed files with 98 additions and 71 deletions

View File

@ -940,7 +940,7 @@ class GlobalMediaProperties:
pb = gtk.gdk.pixbuf_new_from_file(Utils.thumb_path(self.path,self.obj))
self.pixmap.set_from_pixbuf(pb)
self.change_dialog.get_widget("gid").set_text(self.obj.get_handle())
self.change_dialog.get_widget("gid").set_text(self.obj.get_gramps_id())
self.makelocal = self.change_dialog.get_widget("makelocal")
self.update_info()