* 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:
Don Allingham 2005-06-27 03:45:05 +00:00
parent de379adca1
commit dea68cb38d
3 changed files with 68 additions and 1737 deletions

View File

@ -1,4 +1,6 @@
2005-06-26 Don Allingham <don@gramps-project.org> 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 * src/PeopleView.py: partial implementation of the alexrithm to
select a new person after a person has been deleted select a new person after a person has been deleted
* src/const.py.in: fix confidence display * src/const.py.in: fix confidence display

View File

@ -1176,6 +1176,8 @@ class GlobalMediaProperties:
text = unicode(t.get_text(t.get_start_iter(),t.get_end_iter(),False)) text = unicode(t.get_text(t.get_start_iter(),t.get_end_iter(),False))
desc = unicode(self.descr_window.get_text()) desc = unicode(self.descr_window.get_text())
note = self.obj.get_note() 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()): if not self.date_object.is_equal(self.obj.get_date_object()):
self.obj.set_date_object(self.date_object) self.obj.set_date_object(self.date_object)

File diff suppressed because it is too large Load Diff