]> granicus.if.org Git - transmission/commitdiff
(trunk libT) #3978 "Message window column sorting fails and triggers gtk warnings...
authorJordan Lee <jordan@transmissionbt.com>
Fri, 4 Feb 2011 06:12:55 +0000 (06:12 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Fri, 4 Feb 2011 06:12:55 +0000 (06:12 +0000)
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.

gtk/msgwin.c

index b25e42531d50ad6b250c7f86bb341c4890130b5f..08061df340ebfe428b561778ecb4a3fbf0e04d59 100644 (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 );
 }