summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-08-15 17:05:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-15 17:05:00 +0000
commitc74f0bbf6576767d4918f70e85b59e6c73d92da7 (patch)
tree549ce8c3d18f52fb2d6f310766352de126137bc8 /ChangeLog.pre-2-10
parentaa62affea8b8eed4bc260f0f9dc8979a2169ff04 (diff)
downloadgtk+-c74f0bbf6576767d4918f70e85b59e6c73d92da7.tar.gz
Don't leak ShmPixmapInfo. (#349858, Chris Wilson)
2006-08-15 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdrawable-x11.c (get_shm_pixmap_for_image): Don't leak ShmPixmapInfo. (#349858, Chris Wilson)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 0d134adb7c..847440faf5 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,11 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
+ * gdk/x11/gdkdrawable-x11.c (get_shm_pixmap_for_image): Don't
+ leak ShmPixmapInfo. (#349858, Chris Wilson)
+
+ * gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): Call evince
+ with the --preview option. (#350139, Carlos Garcia Campos)
+
* modules/printbackends/cups/gtkprintbackendcups.c (create_pickone_option):
Simplify, make it build against cups 1.1. (#350329)