summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-17 18:13:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-17 18:13:46 +0000
commitc4aa487d7273ff60250e92a2eb382779075555c9 (patch)
tree4da9bb97a58e5fb5d8298f1a4427f77366c07d59 /ChangeLog
parent86009fba3857ecac8e378f40ce42f4dc30ef7171 (diff)
downloadgdk-pixbuf-c4aa487d7273ff60250e92a2eb382779075555c9.tar.gz
Don't crash if there is no cache. (#170652, Diego Gonzalez)
2005-03-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (theme_lookup_icon): Don't crash if there is no cache. (#170652, Diego Gonzalez)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a24a0a3e4..99c2c972f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-03-17 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkicontheme.c (theme_lookup_icon): Don't crash
+ if there is no cache. (#170652, Diego Gonzalez)
+
* gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix):
Make inline completion insert the prefix at the
right spot. (#170146, Doug Quale)