Original commit message from CVS:
* tests/icles/metadata_editor.c:
Add cast to placate gcc 4.1.2.
+2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
+
+ * tests/icles/metadata_editor.c:
+ Add cast to placate gcc 4.1.2.
+
2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
if (last_pixbuf)
g_object_unref (last_pixbuf);
- last_pixbuf = g_value_dup_object (val);
+ last_pixbuf = GDK_PIXBUF (g_value_dup_object (val));
g_print ("Got image pixbuf: %dx%d\n", gdk_pixbuf_get_width (last_pixbuf),
gdk_pixbuf_get_height (last_pixbuf));