diff options
Diffstat (limited to 'baobab/src/baobab.c')
-rw-r--r-- | baobab/src/baobab.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/baobab/src/baobab.c b/baobab/src/baobab.c index 1e7eab87..27f6b492 100644 --- a/baobab/src/baobab.c +++ b/baobab/src/baobab.c @@ -557,8 +557,7 @@ home_contents_changed (GFileMonitor *file_monitor, if (strcmp (excluding, ".recently-used") == 0 || strcmp (excluding, ".mate2_private") == 0 || strcmp (excluding, ".xsession-errors") == 0 || - strcmp (excluding, ".bash_history") == 0 || - strcmp (excluding, ".mateconfd") == 0) { + strcmp (excluding, ".bash_history") == 0) { g_free (excluding); return; } |