* src/ReportBase/_FileEntry.py (FileEntry.select_file): force

a present() to force dialog


svn: r7167
This commit is contained in:
Don Allingham 2006-08-13 04:06:12 +00:00
parent c9e5ae4692
commit 9c21616e00
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
* src/plugins/FamilyGroup.py: use family_id instead of spouse_id
2006-08-12 Don Allingham <don@gramps-project.org>
* src/ReportBase/_FileEntry.py (FileEntry.select_file): force
a present() to force dialog
* src/Merge/_MergePerson.py: properly merge notes
2006-08-12 Alex Roitman <shura@gramps-project.org>

View File

@ -64,6 +64,7 @@ class FileEntry(gtk.HBox):
else:
f.set_current_name(name)
f.set_current_folder(self.spath)
f.present()
status = f.run()
if status == gtk.RESPONSE_OK:
self.set_filename(f.get_filename())