Changeset 9344
- Timestamp:
- Oct 21, 2009, 2:02:02 PM (13 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/rpcimpl.c
r9335 r9344 812 812 tr_torrent * tor = torrents[i]; 813 813 tr_torrentSetLocation( tor, location, move, NULL, NULL ); 814 notify( session, TR_RPC_TORRENT_ CHANGED, tor );814 notify( session, TR_RPC_TORRENT_MOVED, tor ); 815 815 } 816 816 -
trunk/libtransmission/transmission.h
r9341 r9344 453 453 TR_RPC_TORRENT_REMOVING, 454 454 TR_RPC_TORRENT_CHANGED, /* catch-all for the "torrent-set" rpc method */ 455 TR_RPC_TORRENT_MOVED, 455 456 TR_RPC_SESSION_CHANGED 456 457 }
Note: See TracChangeset
for help on using the changeset viewer.