mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
patches from Charles Kerr to update the Inspector in GTK and fix some memory leaks
This commit is contained in:
@@ -739,6 +739,7 @@ tr_core_update( TrCore * self )
|
||||
gtk_tree_model_get( self->model, &iter, MC_TORRENT, &tor, -1 );
|
||||
st = tr_torrent_stat( tor );
|
||||
g_object_unref( tor );
|
||||
tr_torrent_check_seeding_cap ( tor );
|
||||
|
||||
/* XXX find out if setting the same data emits changed signal */
|
||||
gtk_list_store_set( GTK_LIST_STORE( self->model ), &iter,
|
||||
|
||||
Reference in New Issue
Block a user