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