diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-07-20 17:42:10 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-20 17:42:10 +0000 |
commit | 066bb1b8f64a3b76a6600738e257cc44f439b651 (patch) | |
tree | 465c203994f9aedb6d8b4c0946410f2a81cab47d /gtk/xdgmime/ChangeLog | |
parent | 02471fdddc4bb66fa4fff020c1b79693bf1fc419 (diff) | |
download | gtk+-066bb1b8f64a3b76a6600738e257cc44f439b651.tar.gz |
Fix a thinko that leads to constantly reloading the mime data if a
2006-07-20 Matthias Clasen <mclasen@redhat.com>
Fix a thinko that leads to constantly reloading
the mime data if a mime.cache is present. Patch
by Yevgen Muntyan, bugs.freedesktop.org #7495
* xdgmime.c (xdg_check_dir): Look for mime.cache first.
(xdg_check_file): Report existance of the file separately.
Diffstat (limited to 'gtk/xdgmime/ChangeLog')
-rw-r--r-- | gtk/xdgmime/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk/xdgmime/ChangeLog b/gtk/xdgmime/ChangeLog index 5b25f9ff31..9d21c39273 100644 --- a/gtk/xdgmime/ChangeLog +++ b/gtk/xdgmime/ChangeLog @@ -1,5 +1,14 @@ 2006-07-20 Matthias Clasen <mclasen@redhat.com> + Fix a thinko that leads to constantly reloading + the mime data if a mime.cache is present. Patch + by Yevgen Muntyan, bugs.freedesktop.org #7495 + + * xdgmime.c (xdg_check_dir): Look for mime.cache first. + (xdg_check_file): Report existance of the file separately. + +2006-07-20 Matthias Clasen <mclasen@redhat.com> + * xdgmime.c (xdg_mime_shutdown): Unref the caches. Patch by Yevgen Muntyan, bugs.freedesktop.org #7496 |