Changeset 9871


Ignore:
Timestamp:
Jan 4, 2010, 10:17:23 PM (13 years ago)
Author:
charles
Message:

(1.7x libT) backport to 1.7x branch: r9340 #2520 "tor->isRunning not always saved to .resume file"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7x/libtransmission/torrent.c

    r9378 r9871  
    13211321        tr_verifyRemove( tor );
    13221322        tor->isRunning = 1;
     1323        tr_torrentSetDirty( tor );
    13231324        tor->preVerifyTotal = tr_cpHaveTotal( &tor->completion );
    13241325        tr_verifyAdd( tor, checkAndStartCB );
     
    14341435
    14351436        tor->isRunning = 0;
     1437        tr_torrentSetDirty( tor );
    14361438        tr_runInEventThread( tor->session, stopTorrent, tor );
    14371439
Note: See TracChangeset for help on using the changeset viewer.