diff options
author | Sven Neumann <neo@src.gnome.org> | 2009-02-18 20:44:43 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2009-02-18 20:44:43 +0000 |
commit | 695b0ff83d421ba56abb6a49d8fb2f708494f689 (patch) | |
tree | 3695937b4af23512c312348305d0afb1be7856ee /ChangeLog | |
parent | a292a2c70ffd476867c75493ee91c585b83c2c08 (diff) | |
download | gtk+-695b0ff83d421ba56abb6a49d8fb2f708494f689.tar.gz |
improved last ChangeLog entry
svn path=/trunk/; revision=22368
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |