summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2002-01-29 12:24:02 +0000
committerSven Neumann <neo@src.gnome.org>2002-01-29 12:24:02 +0000
commit16ce67f81b2507b67b1a31a6d46ec8a55447ef1f (patch)
tree7833078b62c8b78d723dc65358232ff3f6cfb137 /ChangeLog.pre-2-2
parent2c0e16e403110949b7f377ba85d198b0d44e910b (diff)
downloadgdk-pixbuf-16ce67f81b2507b67b1a31a6d46ec8a55447ef1f.tar.gz
don't install an empty icon_set if none of the image files could be found
2002-01-29 Sven Neumann <sven@gimp.org> * gtk/gtkrc.c: don't install an empty icon_set if none of the image files could be found in the pixmap_path (bug #69398).
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-25
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 0ca622603..ef196873a 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,5 +1,10 @@
2002-01-29 Sven Neumann <sven@gimp.org>
+ * gtk/gtkrc.c: don't install an empty icon_set if none of the image
+ files could be found in the pixmap_path (bug #69398).
+
+2002-01-29 Sven Neumann <sven@gimp.org>
+
* gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): fixed a segfault
that showed up when using the color picker.