tweak the r4035 fix to play nice with really old versions of gtk
This commit is contained in:
parent
4af2bb98c4
commit
698b8b71b3
|
@ -350,7 +350,8 @@ static void
|
|||
tr_core_insert( TrCore * self, TrTorrent * tor )
|
||||
{
|
||||
const tr_info * inf = tr_torrent_info( tor );
|
||||
gtk_list_store_insert_with_values( GTK_LIST_STORE( self->model ), NULL, 0,
|
||||
GtkTreeIter unused;
|
||||
gtk_list_store_insert_with_values( GTK_LIST_STORE( self->model ), &unused, 0,
|
||||
MC_NAME, inf->name,
|
||||
MC_SIZE, inf->totalSize,
|
||||
MC_HASH, inf->hashString,
|
||||
|
|
Loading…
Reference in New Issue