From 83bd2793a7f660af3231eded3986cf622057baa3 Mon Sep 17 00:00:00 2001 From: mbkma Date: Wed, 8 Sep 2021 21:28:55 +0200 Subject: Fix Information Fields not being saved --- src/procman.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/procman.cpp b/src/procman.cpp index b8a084d..12d3d34 100644 --- a/src/procman.cpp +++ b/src/procman.cpp @@ -97,10 +97,6 @@ procman_get_tree_state (GSettings *settings, GtkWidget *tree, const gchar *child visible = g_settings_get_boolean (pt_settings, key); g_free (key); - column = gtk_tree_view_get_column (GTK_TREE_VIEW (tree), id); - if (column == NULL) - continue; - gtk_tree_view_column_set_visible (column, visible); if (visible) { /* ensure column is really visible */ -- cgit v1.2.1