(trunk, libT) #2844 "add able to disable '.part' suffix for incomplete files" -- added to GTK+ and Qt clients and to RPC spec for 1.90

This commit is contained in:
Charles Kerr
2010-02-01 04:43:10 +00:00
parent dd9da625d1
commit 92f67263ee
7 changed files with 19 additions and 2 deletions

View File

@@ -1193,6 +1193,10 @@ prefschanged( TrCore * core UNUSED,
{
tr_sessionSetPexEnabled( tr, pref_flag_get( key ) );
}
else if( !strcmp( key, TR_PREFS_KEY_RENAME_PARTIAL_FILES ) )
{
tr_sessionSetIncompleteFileNamingEnabled( tr, pref_flag_get( key ) );
}
else if( !strcmp( key, TR_PREFS_KEY_DHT_ENABLED ) )
{
tr_sessionSetDHTEnabled( tr, pref_flag_get( key ) );