* src/ReadXML.py: Fix file copy problem, handle copy failure

* src/src/ImageSelect.py: Display GRAMPS ID, not DB handle

* src/plugins/WebPage.py: web page enhancements, including
a place index.


svn: r3507
This commit is contained in:
Don Allingham
2004-08-25 03:02:25 +00:00
parent a0fd5337d7
commit 3b7c81fbe7
4 changed files with 242 additions and 83 deletions

View File

@ -711,7 +711,7 @@ class LocalMediaProperties:
self.pixmap.set_from_pixbuf(self.pix)
self.change_dialog.get_widget("private").set_active(photo.get_privacy())
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.change_dialog.get_widget("path").set_text(fname)