diff options
author | Monsta <[email protected]> | 2016-01-03 01:22:16 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-03 01:22:16 +0300 |
commit | d71aed7a0a270f1d94f38a202a00148818abd696 (patch) | |
tree | c9297cd81f126ff4ebb0c42e3c1a52fad6ea5f5e /baobab/src/baobab.c | |
parent | 8fdf638046c9e60723f3d21d18c41028f5b5755a (diff) | |
download | mate-utils-d71aed7a0a270f1d94f38a202a00148818abd696.tar.bz2 mate-utils-d71aed7a0a270f1d94f38a202a00148818abd696.tar.xz |
baobab: don't take ancient mateconf dir into account
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; } |