(gtk) finish adding SOCKS options in the preferences dialog

This commit is contained in:
Charles Kerr
2008-06-11 23:34:01 +00:00
parent 88a640ecfe
commit 9c649d7752
2 changed files with 2 additions and 3 deletions

View File

@@ -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 ) )