From 9158245f35d7a8007fa650d8e9c5549606a5151a Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 23 Nov 2005 18:06:01 +0000 Subject: 2005-11-23 Christophe Fergeau * src/hal-common.c: * tests/test-covers.c: (ipod_image_to_gdk_pixbuf): more glib 2.4 changes git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1170 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 6 ++++++ src/hal-common.c | 1 + tests/test-covers.c | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a4eac4..26e4f3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-23 Christophe Fergeau + + * src/hal-common.c: + * tests/test-covers.c: (ipod_image_to_gdk_pixbuf): more glib 2.4 + changes + 2005-11-23 Christophe Fergeau * configure.ac: bumped version number diff --git a/src/hal-common.c b/src/hal-common.c index be37f5f..e5189a0 100644 --- a/src/hal-common.c +++ b/src/hal-common.c @@ -57,6 +57,7 @@ #endif #include "hal-common.h" +#include "itdb_private.h" #ifndef HAVE_LIBHAL gchar **libhal_manager_find_device_string_match (LibHalContext *hal_ctx, diff --git a/tests/test-covers.c b/tests/test-covers.c index 836932e..98d3575 100644 --- a/tests/test-covers.c +++ b/tests/test-covers.c @@ -38,8 +38,8 @@ ipod_image_to_gdk_pixbuf (Itdb_Image *image) guchar *pixels; int row_stride; - printf ("width: %d height: %d size: %d\n", - image->width, image->height, image->size); + g_print ("width: %d height: %d size: %d\n", + image->width, image->height, image->size); /* description photo: size width nano: size width -- cgit