summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Neumann <neo@src.gnome.org>2009-02-18 20:44:43 +0000
committerSven Neumann <neo@src.gnome.org>2009-02-18 20:44:43 +0000
commit695b0ff83d421ba56abb6a49d8fb2f708494f689 (patch)
tree3695937b4af23512c312348305d0afb1be7856ee /ChangeLog
parenta292a2c70ffd476867c75493ee91c585b83c2c08 (diff)
downloadgtk+-695b0ff83d421ba56abb6a49d8fb2f708494f689.tar.gz
improved last ChangeLog entry
svn path=/trunk/; revision=22368
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index efd0886f71..adc882137c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,9 +7,9 @@
* gdk/directfb/gdkcursor-directfb.c
* gdk/directfb/gdkevents-directfb.c
* gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks for
- DIRECTFB_MAJOR_VERSION >= 1. We depend on DirectFB >= 1.0.0 now.
- Fixes a potential build issue that would lead to a memory leak as
- described in bug #533456.
+ DIRECTFB_MAJOR_VERSION >= 1 and compile that code unconditionally.
+ as we depend on DirectFB >= 1.0.0 now. Fixes a potential build
+ issue that would lead to a memory leak as described in bug #533456.
2009-02-18 Sven Neumann <sven@gimp.org>