* 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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user