bugfix: dialogs.ChooseFilesToOpen

This commit is contained in:
Araq
2010-11-01 23:39:23 +01:00
parent 5055d30753
commit 651686cdfe
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ Bugfixes
- Bugfix: ``httpclient`` correct passes the path starting with ``/``.
- Bugfixes for the ``htmlparser`` module.
- Bugfix: ``pegs.find`` did not respect ``start`` parameter.
- Bugfix: ``dialogs.ChooseFilesToOpen`` did not work if only one file is
selected.
Additions