Update of /cvsroot/gtkpod/libgpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26176/src
Modified Files:
itdb_artwork.c itdb_itunesdb.c
Log Message:
* src/itdb_artwork.c
src/itdb_itunesdb.c
tests/test-photos.c:
Corrected some typos. Thanks to Daniele Forsi.
Index: itdb_artwork.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_artwork.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- itdb_artwork.c 21 Mar 2007 08:37:20 -0000 1.20
+++ itdb_artwork.c 7 May 2007 11:42:08 -0000 1.21
@@ -765,7 +765,7 @@
if (img_info == NULL)
{
- g_print (_("Unable to retreive thumbnail (appears to be on iPod,
but no image info available): type: %d, filename: '%s'\n"),
+ g_print (_("Unable to retrieve thumbnail (appears to be on iPod,
but no image info available): type: %d, filename: '%s'\n"),
thumb->type, thumb->filename);
return NULL;
}
Index: itdb_itunesdb.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_itunesdb.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- itdb_itunesdb.c 6 May 2007 15:00:03 -0000 1.91
+++ itdb_itunesdb.c 7 May 2007 11:42:08 -0000 1.92
@@ -2509,7 +2509,7 @@
g_set_error (&fimp->error,
ITDB_FILE_ERROR,
ITDB_FILE_ERROR_CORRUPT,
- _("OTG playlist file file ('%s'): entry length smaller
than expected (%d<4)."),
+ _("OTG playlist file ('%s'): entry length smaller than
expected (%d<4)."),
cts->filename, entry_length);
return FALSE;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2