diff --git a/Changelog b/Changelog index 566b6e8c1..066ece27d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Unreleased - Christophe Dumez - v2.1.3 + - BUGFIX: Fix "Append .!qB extension to complete files" (libtorrent v0.15) + * Sun Jan 24 2010 - Christophe Dumez - v2.1.2 - FEATURE: Added back file prioritizing in a torrent - BUGFIX: Fix issue causing torrents not to be displayed in the list diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index f3bdb7463..8a361edda 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -1711,6 +1711,11 @@ void Bittorrent::addConsoleMessage(QString msg, QString) { QString hash = h.hash(); // Remember finished state TorrentPersistentData::saveSeedStatus(h); +#ifdef LIBTORRENT_0_15 + // Remove .!qB extension if necessary + if(appendqBExtension) + appendqBextensionToTorrent(h, false); +#endif // Move to download directory if necessary if(!defaultTempPath.isEmpty()) { // Check if directory is different