* src/ImageSelect.py: allow the path variable to be editable
* src/gramps.glade: allow the path variable to be editable svn: r4882
This commit is contained in:
parent
de379adca1
commit
dea68cb38d
@ -1,4 +1,6 @@
|
||||
2005-06-26 Don Allingham <don@gramps-project.org>
|
||||
* src/ImageSelect.py: allow the path variable to be editable
|
||||
* src/gramps.glade: allow the path variable to be editable
|
||||
* src/PeopleView.py: partial implementation of the alexrithm to
|
||||
select a new person after a person has been deleted
|
||||
* src/const.py.in: fix confidence display
|
||||
|
@ -1176,6 +1176,8 @@ class GlobalMediaProperties:
|
||||
text = unicode(t.get_text(t.get_start_iter(),t.get_end_iter(),False))
|
||||
desc = unicode(self.descr_window.get_text())
|
||||
note = self.obj.get_note()
|
||||
path = self.change_dialog.get_widget('path').get_text()
|
||||
self.obj.set_path(path)
|
||||
|
||||
if not self.date_object.is_equal(self.obj.get_date_object()):
|
||||
self.obj.set_date_object(self.date_object)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user