|
|
@ -1325,7 +1325,7 @@ void GUI::on_actionStart_triggered() { |
|
|
|
QString hash; |
|
|
|
QString hash; |
|
|
|
foreach(hash, hashes) { |
|
|
|
foreach(hash, hashes) { |
|
|
|
QTorrentHandle h = BTSession->getTorrentHandle(hash); |
|
|
|
QTorrentHandle h = BTSession->getTorrentHandle(hash); |
|
|
|
if(!h.is_paused()){ |
|
|
|
if(h.is_paused()){ |
|
|
|
h.resume(); |
|
|
|
h.resume(); |
|
|
|
if(inDownloadList) { |
|
|
|
if(inDownloadList) { |
|
|
|
downloadingTorrentTab->resumeTorrent(hash); |
|
|
|
downloadingTorrentTab->resumeTorrent(hash); |
|
|
|