Update of /cvsroot/gtkpod/libgpod/tests
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv17392/tests
Modified Files:
test-photos.c
Log Message:
* src/db-artwork-writer.c
src/db-image-parser.c
src/itdb.h
src/ithumb-writer.c: Hopefully do padding right:
- read padding fields from mhni header and store them with
each thumbnail
- calculate padding for PhotoDB only (padding for iTunesDB
Artwork does not seem to be necessary)
- include the padding into the total width/height
It seems to work well on my iPod Nano -- feedback appreciated.
Index: test-photos.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/tests/test-photos.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test-photos.c 2 Jun 2006 17:01:47 -0000 1.3
+++ test-photos.c 2 Jun 2006 18:08:14 -0000 1.4
@@ -51,7 +51,6 @@
{
GList *it;
gint i = 0;
-puts (album_name);
for (it = artwork->thumbnails; it != NULL; it = it->next, i++) {
Itdb_Thumb *thumb;
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2