* src/ReportBase/_FileEntry.py (FileEntry.select_file): force
a present() to force dialog svn: r7167
This commit is contained in:
parent
c9e5ae4692
commit
9c21616e00
@ -2,6 +2,8 @@
|
|||||||
* src/plugins/FamilyGroup.py: use family_id instead of spouse_id
|
* src/plugins/FamilyGroup.py: use family_id instead of spouse_id
|
||||||
|
|
||||||
2006-08-12 Don Allingham <don@gramps-project.org>
|
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
|
* src/Merge/_MergePerson.py: properly merge notes
|
||||||
|
|
||||||
2006-08-12 Alex Roitman <shura@gramps-project.org>
|
2006-08-12 Alex Roitman <shura@gramps-project.org>
|
||||||
|
@ -64,6 +64,7 @@ class FileEntry(gtk.HBox):
|
|||||||
else:
|
else:
|
||||||
f.set_current_name(name)
|
f.set_current_name(name)
|
||||||
f.set_current_folder(self.spath)
|
f.set_current_folder(self.spath)
|
||||||
|
f.present()
|
||||||
status = f.run()
|
status = f.run()
|
||||||
if status == gtk.RESPONSE_OK:
|
if status == gtk.RESPONSE_OK:
|
||||||
self.set_filename(f.get_filename())
|
self.set_filename(f.get_filename())
|
||||||
|
Loading…
Reference in New Issue
Block a user