(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:
Jordan Lee 2011-02-04 06:12:55 +00:00
parent 865bfb0e91
commit a358858a99
1 changed files with 0 additions and 1 deletions

View File

@ -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 );
}