Revision: 2020
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2020&view=rev
Author: jcsjcs
Date: 2008-06-28 01:03:29 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
src/display_playlists.c: fix compilation error
Modified Paths:
--------------
gtkpod/trunk/src/display_playlists.c
Modified: gtkpod/trunk/src/display_playlists.c
===================================================================
--- gtkpod/trunk/src/display_playlists.c 2008-06-28 08:01:29 UTC (rev
2019)
+++ gtkpod/trunk/src/display_playlists.c 2008-06-28 08:03:29 UTC (rev
2020)
@@ -1542,7 +1542,7 @@
/* Add the photo playlist onto IPOD itdb if the
* IPOD supports photos
*/
- if (gphoto_ipod_supports_photos (itdb))
+ if (itdb_device_supports_photo (itdb->device))
{ /* add photo playlist */
/* printf ("Photos supported. Adding node.\n"); */
GtkTreeIter itdb_iter;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2