From 2c61e8db495a0d2f4447a63ffee8beb0200b0add Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 19 Mar 2011 17:02:15 +0100 Subject: [PATCH] Fix File->Save results command. --- doc/changelog.txt | 1 + linkcheck/gui/urlsave.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 4acac511..628b9222 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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. diff --git a/linkcheck/gui/urlsave.py b/linkcheck/gui/urlsave.py index 0b613e23..4f45a08a 100644 --- a/linkcheck/gui/urlsave.py +++ b/linkcheck/gui/urlsave.py @@ -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"