* src/Report.py (ReportDialog.on_ok_clicked): Properly return on
correct/change filename choice. svn: r4974
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
* src/plugins/WebPage.py (WebReportOptions.set_new_options):
|
* src/plugins/WebPage.py (WebReportOptions.set_new_options):
|
||||||
Define help dictionary to document options.
|
Define help dictionary to document options.
|
||||||
* src/Report.py (CommandLineReport.init_options): Typo.
|
* src/Report.py (CommandLineReport.init_options): Typo.
|
||||||
|
* src/Report.py (ReportDialog.on_ok_clicked): Properly return on
|
||||||
|
correct/change filename choice.
|
||||||
|
|
||||||
2005-07-27 Don Allingham <don@gramps-project.org>
|
2005-07-27 Don Allingham <don@gramps-project.org>
|
||||||
* src/plugins/NavWebPage.py: add user html header and footer
|
* src/plugins/NavWebPage.py: add user html header and footer
|
||||||
|
|||||||
@@ -1334,7 +1334,7 @@ class ReportDialog(BareReportDialog):
|
|||||||
_('_Change filename'),None)
|
_('_Change filename'),None)
|
||||||
|
|
||||||
if a.get_response() == gtk.RESPONSE_YES:
|
if a.get_response() == gtk.RESPONSE_YES:
|
||||||
return
|
return None
|
||||||
|
|
||||||
self.set_default_directory(os.path.dirname(self.target_path) + os.sep)
|
self.set_default_directory(os.path.dirname(self.target_path) + os.sep)
|
||||||
self.options.handler.output = self.target_path
|
self.options.handler.output = self.target_path
|
||||||
@@ -1408,7 +1408,7 @@ class ReportDialog(BareReportDialog):
|
|||||||
|
|
||||||
# Is there a filename? This should also test file permissions, etc.
|
# Is there a filename? This should also test file permissions, etc.
|
||||||
if not self.parse_target_frame():
|
if not self.parse_target_frame():
|
||||||
return
|
self.window.run()
|
||||||
|
|
||||||
# Preparation
|
# Preparation
|
||||||
self.parse_format_frame()
|
self.parse_format_frame()
|
||||||
|
|||||||
Reference in New Issue
Block a user