]> Pileus Git - ~andy/gtk/commitdiff
improved last ChangeLog entry
authorSven Neumann <neo@src.gnome.org>
Wed, 18 Feb 2009 20:44:43 +0000 (20:44 +0000)
committerSven Neumann <neo@src.gnome.org>
Wed, 18 Feb 2009 20:44:43 +0000 (20:44 +0000)
svn path=/trunk/; revision=22368

ChangeLog

index efd0886f71a91f0cb8241e33001b7765bad4ff7e..adc882137cc618258eef4bc439bcc4679b60c5a9 100644 (file)
--- 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>