summaryrefslogtreecommitdiff
path: root/src/trg-peers-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-peers-model.c')
-rw-r--r--src/trg-peers-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-peers-model.c b/src/trg-peers-model.c
index 0d15753..1301fc3 100644
--- a/src/trg-peers-model.c
+++ b/src/trg-peers-model.c
@@ -190,7 +190,7 @@ trg_peers_model_update(TrgPeersModel * model, TrgTreeView * tv,
}
#endif
gtk_list_store_set(GTK_LIST_STORE(model), &peerIter,
- PEERSCOL_ICON, GTK_STOCK_NETWORK,
+ PEERSCOL_ICON, "network-workgroup",
PEERSCOL_IP, address,
#ifdef HAVE_GEOIP
PEERSCOL_COUNTRY, country ? country : "",