From: Jordan Lee Date: Fri, 4 Feb 2011 06:12:55 +0000 (+0000) Subject: (trunk libT) #3978 "Message window column sorting fails and triggers gtk warnings... X-Git-Tag: 2.20~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a358858a99f600389d86a5a2fc104f48680c11d3;p=transmission (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. --- diff --git a/gtk/msgwin.c b/gtk/msgwin.c index b25e42531..08061df34 100644 --- a/gtk/msgwin.c +++ b/gtk/msgwin.c @@ -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 ); }