Revision: 1996
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1996&view=rev
Author: teuf
Date: 2008-05-30 06:21:09 -0700 (Fri, 30 May 2008)
Log Message:
-----------
* src/details.c:
* src/display_coverart.c:
* src/display_itdb.c:
* src/display_photo.c:
* src/file.c:
* src/file_itunesdb.c:
* src/misc_track.c: adjust to libgpod API changes (use
itdb_track_has_thumbnail and itdb_track_get_thumbnail instead of using
deprecated API and struct members)
Modified Paths:
--------------
gtkpod/trunk/src/display_photo.c
Modified: gtkpod/trunk/src/display_photo.c
===================================================================
--- gtkpod/trunk/src/display_photo.c 2008-05-30 13:19:57 UTC (rev 1995)
+++ gtkpod/trunk/src/display_photo.c 2008-05-30 13:21:09 UTC (rev 1996)
@@ -683,7 +683,7 @@
gtk_image_set_from_pixbuf (photo_preview_image, pixbuf);
gtk_misc_set_padding (GTK_MISC(photo_preview_image), 20, 20);
- gdk_pixbuf_unref (scaled);
+ gdk_pixbuf_unref (pixbuf);
}
/**
@@ -836,7 +836,7 @@
/* Add a new row to the model */
gtk_list_store_append (model, &iter);
gtk_list_store_set (model, &iter, COL_THUMB_NAIL, pixbuf,
COL_THUMB_FILENAME, index_str, COL_THUMB_ARTWORK, photo, -1);
- gdk_pixbuf_unref (scaled);
+ gdk_pixbuf_unref (pixbuf);
g_free (index_str);
}
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