Revision: 1745
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1745&view=rev
Author:   teuf
Date:     2007-10-29 14:34:18 -0700 (Mon, 29 Oct 2007)

Log Message:
-----------
* src/itdb_device.c: the iPod Touch probably uses the same image format
as the iPhone

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_device.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2007-10-29 21:24:55 UTC (rev 1744)
+++ libgpod/trunk/ChangeLog     2007-10-29 21:34:18 UTC (rev 1745)
@@ -1,5 +1,10 @@
 2007-10-29  Christophe Fergeau <[EMAIL PROTECTED]>
 
+       * src/itdb_device.c: the iPod Touch probably uses the same image format
+       as the iPhone
+
+2007-10-29  Christophe Fergeau <[EMAIL PROTECTED]>
+
        * configure.ac: raise glib requirement to 2.8 (because of
        g_file_set_contents)
 

Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c     2007-10-29 21:24:55 UTC (rev 1744)
+++ libgpod/trunk/src/itdb_device.c     2007-10-29 21:34:18 UTC (rev 1745)
@@ -686,7 +686,7 @@
     case ITDB_IPOD_GENERATION_CLASSIC_1:
        return ipod_classic_1_artwork_info;
     case ITDB_IPOD_GENERATION_TOUCH_1:
-       return NULL; /* FIXME: */
+       return ipod_iphone_1_artwork_info;
     case ITDB_IPOD_GENERATION_FIFTH:
     case ITDB_IPOD_GENERATION_SIXTH:
        return NULL;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to