From 28b1af7e5d73f8bacc3dca76166138bc3d4d24a5 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 26 Aug 2012 20:18:11 +0100 Subject: add the peers/files/trackers tree view to torrent dialog in transmission style --- src/trg-destination-combo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/trg-destination-combo.c') diff --git a/src/trg-destination-combo.c b/src/trg-destination-combo.c index 64e0c23..000d371 100644 --- a/src/trg-destination-combo.c +++ b/src/trg-destination-combo.c @@ -352,7 +352,6 @@ static GObject *trg_destination_combo_constructor(GType type, } } - trg_client_updatelock(client); list = g_hash_table_get_values(trg_client_get_torrent_table(client)); for (li = list; li; li = g_list_next(li)) { rr = (GtkTreeRowReference *) li->data; @@ -378,8 +377,6 @@ static GObject *trg_destination_combo_constructor(GType type, } } - trg_client_updateunlock(client); - for (sli = dirs; sli; sli = g_slist_next(sli)) trg_destination_combo_insert(GTK_COMBO_BOX(object), NULL, -- cgit v1.2.3