From d71aed7a0a270f1d94f38a202a00148818abd696 Mon Sep 17 00:00:00 2001 From: Monsta Date: Sun, 3 Jan 2016 01:22:16 +0300 Subject: baobab: don't take ancient mateconf dir into account --- baobab/src/baobab.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'baobab/src') 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; } -- cgit v1.2.1