BUGFIX: Catch all possible exceptions when adding a torrent to avoid crashing

This commit is contained in:
Christophe Dumez
2008-01-04 20:48:03 +00:00
parent 729adf06c3
commit 1e95bac659
4 changed files with 38 additions and 2 deletions

View File

@@ -52,6 +52,7 @@
- BUGFIX: Fixed a crash when filtering all the files in a torrent
- BUGFIX: Reload torrent only when necessary (properties)
- BUGFIX: qBittorrent is not exiting anymore when a dialog is closed and main window is hidden
- BUGFIX: Catch all possible exceptions when adding a torrent to avoid crashing
- BUGFIX: Search plugin update is not making the GUI freeze anymore (moved to a thread)
- BUGFIX: DHT settings were not saved correctly
- BUGFIX: Workaround to build on Fedora system (pkg-config problem)