diff options
author | mbkma <[email protected]> | 2021-09-08 21:28:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-09-11 11:44:08 +0200 |
commit | ddeb66b5af61a5367c8b72a5e5845317e82b62a4 (patch) | |
tree | 7eae6867f21168eb6ff9bd48c63687d530c42f01 /src | |
parent | 185790272183c17e84ce7b1c62b585da355c6d45 (diff) | |
download | mate-system-monitor-ddeb66b5af61a5367c8b72a5e5845317e82b62a4.tar.bz2 mate-system-monitor-ddeb66b5af61a5367c8b72a5e5845317e82b62a4.tar.xz |
Fix Information Fields not being saved
Diffstat (limited to 'src')
-rw-r--r-- | src/procman.cpp | 4 |
1 files changed, 0 insertions, 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 */ |