summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2009-02-19 21:30:49 +0000
committerSven Neumann <neo@src.gnome.org>2009-02-19 21:30:49 +0000
commit03796c0a90493ac5ee103429193b5cbf2661afe1 (patch)
tree5c8b2186bc8e2669d4ad365e3e47c66ef1b47993 /ChangeLog
parented687d4a0d6ca1dc420cd604fb4dc49c6be30fbd (diff)
downloadgtk+-03796c0a90493ac5ee103429193b5cbf2661afe1.tar.gz
initialize private->impl. Thanks to Masse Nicolas for pointing this out.
2009-02-19 Sven Neumann <sven@gimp.org> * gdk/directfb/gdkwindow-directfb.c (gdk_window_foreign_new_for_display, gdk_directfb_window_new): initialize private->impl. Thanks to Masse Nicolas for pointing this out. svn path=/trunk/; revision=22380
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53383e400f..14b5d42530 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-19 Sven Neumann <sven@gimp.org>
+
+ * gdk/directfb/gdkwindow-directfb.c
+ (gdk_window_foreign_new_for_display, gdk_directfb_window_new):
+ initialize private->impl. Thanks to Masse Nicolas for pointing
+ this out.
+
2009-02-19 Matthias Clasen <mclasen@redhat.com>
Bug 572387 – gdm crashes after gtk 2.15.4 upgrade