summaryrefslogtreecommitdiff
path: root/src/proctable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proctable.cpp')
-rw-r--r--src/proctable.cpp2
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);
}