patches from Charles Kerr to update the Inspector in GTK and fix some memory leaks

This commit is contained in:
Mitchell Livingston
2007-06-06 00:30:13 +00:00
parent e18549429a
commit 4ada334f57
23 changed files with 2188 additions and 693 deletions

View File

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