Revision: 1998
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1998&view=rev
Author:   jcsjcs
Date:     2008-05-31 05:41:53 -0700 (Sat, 31 May 2008)

Log Message:
-----------
        * src/details.c (details_update_thumbnail): fix bug that prevented
          displaying thumbnails in the edit details window that were saved
          on the iPod.

Modified Paths:
--------------
    gtkpod/trunk/ChangeLog
    gtkpod/trunk/src/details.c

Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog      2008-05-31 10:15:05 UTC (rev 1997)
+++ gtkpod/trunk/ChangeLog      2008-05-31 12:41:53 UTC (rev 1998)
@@ -1,3 +1,9 @@
+2008-05-24 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+       * src/details.c (details_update_thumbnail): fix bug that prevented
+         displaying thumbnails in the edit details window that were saved
+         on the iPod.
+
 2008-05-31 P.G. Richardson <phantom_sf at users.sourceforge.net>
 
   * context_menus.c

Modified: gtkpod/trunk/src/details.c
===================================================================
--- gtkpod/trunk/src/details.c  2008-05-31 10:15:05 UTC (rev 1997)
+++ gtkpod/trunk/src/details.c  2008-05-31 12:41:53 UTC (rev 1998)
@@ -1367,7 +1367,9 @@
     {
        detail->artwork_ok = TRUE;
        /* Get large cover */
-        GdkPixbuf *pixbuf = itdb_track_get_thumbnail (detail->track, 200, 200);
+        GdkPixbuf *pixbuf = itdb_artwork_get_pixbuf (detail->itdb->device,
+                                                    detail->track->artwork,
+                                                    200, 200);
         if (pixbuf)
         {
             gtk_image_set_from_pixbuf (img, pixbuf);


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to