diff --git a/TODO b/TODO index 3999662a4..0176928f6 100644 --- a/TODO +++ b/TODO @@ -63,4 +63,5 @@ rc6->rc7 changelog: - BUGFIX: Fixed a bug in children update when changing files priorities - BUGFIX: Pause/Start All now affect all tabs, not only the current one - BUGFIX: Don't reload all torrents everytime settings are saved +- BUGFIX: Don't reload seeding torrents anymore (no point) - I18N: Updated Turkish translation \ No newline at end of file diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 359f91b0f..beb367d31 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -85,11 +85,10 @@ void bittorrent::preAllocateAllFiles(bool b) { if(change) { qDebug("PreAllocateAll changed, reloading all torrents!"); preAllocateAll = b; - // Reload All Torrents - std::vector handles = s->get_torrents(); - unsigned int nbHandles = handles.size(); - for(unsigned int i=0; i