small tweak to resume

This commit is contained in:
Marcos Pinto 2007-07-27 23:17:31 +00:00
parent b25b15a902
commit 29da6c9645
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ class DelugeGTK:
for uid in unique_ids:
torrent_state = self.manager.get_torrent_state(uid)
if torrent_state["is_paused"]:
self.manager.set_user_pause(uid, False)
self.manager.set_user_pause(uid, False, True)
self.update()