summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-08-23 15:18:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-23 15:18:08 +0000
commit9dbd953842f0fdc194e24894b224dffbe8d60319 (patch)
treeef5f8f314c91948f5c56e864f7671466e435df55 /ChangeLog.pre-2-8
parentd0ef4dec8156e0eae6ef9370ff78ebdc03670d65 (diff)
downloadgtk+-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-84
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)