(trunk gtk) #4080 "Toggling speed limit mode from the web interface doesn't affect GUI" -- fixed.

This commit is contained in:
Jordan Lee
2011-03-04 05:58:32 +00:00
parent b10aea6fcc
commit 9283ef2ebb
3 changed files with 7 additions and 4 deletions

View File

@@ -522,7 +522,7 @@ on_rpc_changed( tr_session * session,
tr_sessionGetSettings( session, oldvals );
for( l=changed_keys; l!=NULL; l=l->next )
on_prefs_changed( cbdata->core, key, cbdata );
gtr_core_pref_changed( cbdata->core, l->data );
g_slist_free( changed_keys );
tr_bencFree( &tmp );