diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-23 15:18:08 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-23 15:18:08 +0000 |
commit | 9dbd953842f0fdc194e24894b224dffbe8d60319 (patch) | |
tree | ef5f8f314c91948f5c56e864f7671466e435df55 /ChangeLog.pre-2-8 | |
parent | d0ef4dec8156e0eae6ef9370ff78ebdc03670d65 (diff) | |
download | gtk+-9dbd953842f0fdc194e24894b224dffbe8d60319.tar.gz |
Complain when there is no index.theme file in the specified directory,
2005-08-23 Matthias Clasen <mclasen@redhat.com>
* gtk/updateiconcache.c: Complain when there is no index.theme file
in the specified directory, unless --force is used. Also add an
--index-only option to create caches without image data.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f932582284..929e92f4ba 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2005-08-23 Matthias Clasen <mclasen@redhat.com> + * gtk/updateiconcache.c: Complain when there is no index.theme file + in the specified directory, unless --force is used. Also add an + --index-only option to create caches without image data. + * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a C99ism. (#314262, Robert Jeff Mitchell) |