Revision: 1754
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1754&view=rev
Author: jcsjcs
Date: 2007-11-03 17:53:06 -0700 (Sat, 03 Nov 2007)
Log Message:
-----------
* itdb_itunesdb.c (itdb_create_directories): Add support for
iPhones (wrong directories were created). Thanks to Jesse
Bouwman for the patch.
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/itdb_itunesdb.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2007-11-04 00:48:12 UTC (rev 1753)
+++ libgpod/trunk/ChangeLog 2007-11-04 00:53:06 UTC (rev 1754)
@@ -1,5 +1,9 @@
2007-11-04 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * itdb_itunesdb.c (itdb_create_directories): Add support for
+ iPhones (wrong directories were created). Thanks to Jesse
+ Bouwman for the patch.
+
Added support for video output of photos for iPod Nano Videos and
iPod Classics.
Modified: libgpod/trunk/src/itdb_itunesdb.c
===================================================================
--- libgpod/trunk/src/itdb_itunesdb.c 2007-11-04 00:48:12 UTC (rev 1753)
+++ libgpod/trunk/src/itdb_itunesdb.c 2007-11-04 00:53:06 UTC (rev 1754)
@@ -6638,6 +6638,11 @@
calconnotes = FALSE;
devicefile = TRUE;
break;
+ case ITDB_IPOD_MODEL_IPHONE_1:
+ podpath = g_strdup ("iTunes_Control");
+ calconnotes = FALSE;
+ devicefile = TRUE;
+ break;
case ITDB_IPOD_MODEL_UNKNOWN:
podpath = g_strdup ("iPod_Control");
calconnotes = TRUE;
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