1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

(gtk) by default, disable the `peer status' column

This commit is contained in:
Charles Kerr 2007-12-24 19:06:37 +00:00
parent f825cea407
commit 73bd6967fe

View file

@ -540,7 +540,7 @@ static GtkWidget* peer_page_new ( TrTorrent * gtor )
PEER_COL_IS_ENCRYPTED,
PEER_COL_UPLOAD_RATE,
PEER_COL_DOWNLOAD_RATE
#if 1
#if 0
, PEER_COL_STATUS
#endif
};