Fix File->Save results command.

This commit is contained in:
Bastian Kleineidam 2011-03-19 17:02:15 +01:00
parent da58546e6d
commit 2c61e8db49
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
Fixes:
- gui: Really read system and user configuration file.
- gui: Fix "File->Save results" command.
Changes:
- logging: Add warning tag attribute in XML loggers.

View file

@ -47,7 +47,7 @@ def urlsave (parent, config, urls):
logger.end_output()
def get_save_filename (parent, basedir):
def get_save_filename (parent):
"""Open file save dialog for given parent window and base directory.
Return dialog result."""
filename = "linkchecker-out.html"