diff --git a/ChangeLog b/ChangeLog index 8f958aa536..59ee5fe03c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-03-16 Matthias Clasen + * configure.in: Add a missing comma. (#334774, Peter Breitenlohner) + * gtk/gtkimage.c (gtk_image_clear): Update the size of the image, by swapping the implementations of gtk_image_clear and gtk_image_reset. (#334657) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8f958aa536..59ee5fe03c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2006-03-16 Matthias Clasen + * configure.in: Add a missing comma. (#334774, Peter Breitenlohner) + * gtk/gtkimage.c (gtk_image_clear): Update the size of the image, by swapping the implementations of gtk_image_clear and gtk_image_reset. (#334657) diff --git a/configure.in b/configure.in index 2788222867..2386ef1257 100644 --- a/configure.in +++ b/configure.in @@ -1230,7 +1230,7 @@ if test "x$gdktarget" = "xx11"; then AC_CHECK_LIB(Xinerama, XineramaQueryExtension, [AC_CHECK_HEADER(X11/extensions/Xinerama.h, [GTK_ADD_LIB(x_extra_libs,Xinerama) - have_xfree_xinerama=true], : + have_xfree_xinerama=true], :, [#include ])]) fi