mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 17:49:52 +01:00
gtk+: disable the "status" column by default
This commit is contained in:
@@ -524,8 +524,11 @@ static GtkWidget* peer_page_new ( TrTorrent * gtor )
|
||||
PEER_COL_PROGRESS,
|
||||
PEER_COL_IS_ENCRYPTED,
|
||||
PEER_COL_UPLOAD_RATE,
|
||||
PEER_COL_DOWNLOAD_RATE,
|
||||
PEER_COL_STATUS };
|
||||
PEER_COL_DOWNLOAD_RATE
|
||||
#if 0
|
||||
, PEER_COL_STATUS
|
||||
#endif
|
||||
};
|
||||
|
||||
m = peer_model_new (tor);
|
||||
v = gtk_tree_view_new_with_model (m);
|
||||
|
||||
Reference in New Issue
Block a user