summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-28 12:47:37 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-28 12:47:37 +0000
commit0130bc33fd53b1151fbe1d0174136baab048b8da (patch)
treecfaa7cbff2964b3dad3a0f8a3262890cf2195b95
parent45f0ad8cf5075c7cbb128bb96c32afa151b4ab84 (diff)
downloadgtk+-0130bc33fd53b1151fbe1d0174136baab048b8da.tar.gz
include <gdk-pixbuf/gdk-pixbuf.h> instead of individual files.
2008-05-28 Michael Natterer <mitch@imendio.com> * demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of individual files. svn path=/trunk/; revision=20209
-rw-r--r--ChangeLog5
-rw-r--r--demos/testpixbuf.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5728652a92..66bc437eac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-28 Michael Natterer <mitch@imendio.com>
+
+ * demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of
+ individual files.
+
2008-05-28 Kristian Rietveld <kris@imendio.com>
Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL.
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c
index 84011004a9..0bdd6f8b1b 100644
--- a/demos/testpixbuf.c
+++ b/demos/testpixbuf.c
@@ -23,7 +23,7 @@
#include <unistd.h>
#include <string.h>
#include <gtk/gtk.h>
-#include <gdk-pixbuf/gdk-pixbuf-loader.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
#include "test-inline-pixbufs.h"