summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2016-01-03 01:22:16 +0300
committerMonsta <[email protected]>2016-01-03 01:22:16 +0300
commitd71aed7a0a270f1d94f38a202a00148818abd696 (patch)
treec9297cd81f126ff4ebb0c42e3c1a52fad6ea5f5e
parent8fdf638046c9e60723f3d21d18c41028f5b5755a (diff)
downloadmate-utils-d71aed7a0a270f1d94f38a202a00148818abd696.tar.bz2
mate-utils-d71aed7a0a270f1d94f38a202a00148818abd696.tar.xz
baobab: don't take ancient mateconf dir into account
-rw-r--r--baobab/src/baobab.c3
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;
}