mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
(trunk libT) #3978 "Message window column sorting fails and triggers gtk warnings" -- fixed.
I'm not sure why sorting was in there in the first place; it doesn't make sense in a message log.. Disabling sorting fixes this bug.
This commit is contained in:
@@ -335,7 +335,6 @@ appendColumn( GtkTreeView * view,
|
||||
break;
|
||||
}
|
||||
|
||||
gtk_tree_view_column_set_sort_column_id( c, col );
|
||||
gtk_tree_view_append_column( view, c );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user