mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +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:
parent
865bfb0e91
commit
a358858a99
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue