diff options
-rw-r--r-- | src/proctable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proctable.cpp b/src/proctable.cpp index ee018bd..b2e8d92 100644 --- a/src/proctable.cpp +++ b/src/proctable.cpp @@ -397,7 +397,7 @@ proctable_new (ProcData * const procdata) /* Override column settings by hiding this column if it's meaningless: */ if (!can_show_security_context_column ()) { GtkTreeViewColumn *column; - column = gtk_tree_view_get_column (GTK_TREE_VIEW (proctree), COL_SECURITYCONTEXT); + column = my_gtk_tree_view_get_column_with_sort_column_id (GTK_TREE_VIEW (proctree), COL_SECURITYCONTEXT); gtk_tree_view_column_set_visible (column, FALSE); } |