mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
(gtk) finish adding SOCKS options in the preferences dialog
This commit is contained in:
@@ -982,8 +982,7 @@ prefschanged( TrCore * core UNUSED, const char * key, gpointer data )
|
||||
}
|
||||
else if( !strcmp( key, PREF_KEY_PROXY_TYPE ) )
|
||||
{
|
||||
int i = pref_int_get( key );
|
||||
g_message( "new type is %d", i );
|
||||
const int i = pref_int_get( key );
|
||||
tr_sessionSetProxyType( tr, i );
|
||||
}
|
||||
else if( !strcmp( key, PREF_KEY_PROXY_SERVER_ENABLED ) )
|
||||
|
||||
Reference in New Issue
Block a user