fix broken code.
Tue Oct 9 14:50:51 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_model_sort_column_changed): fix broken code.
This commit is contained in:
committed by
Jonathan Blandford
parent
e7c7d9c141
commit
59b95e91e1
@ -793,6 +793,10 @@ gtk_tree_view_model_sort_column_changed (GtkTreeSortable *sortable,
|
||||
gtk_tree_view_column_set_sort_indicator (column, FALSE);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
gtk_tree_view_column_set_sort_indicator (column, FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user