summaryrefslogtreecommitdiffstats
path: root/bindings/python/gpod.i.in
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-07-17 16:10:33 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-07-17 16:10:33 +0000
commitf65a879b0173db372a3ab5b6d9ca8424edbcd0fa (patch)
treec8a411d167cd0deef20117d0c824b28e93836bcc /bindings/python/gpod.i.in
parent8d102ec17fcaadfdfab35ee06e09f56acd192088 (diff)
downloadlibgpod-tmz-f65a879b0173db372a3ab5b6d9ca8424edbcd0fa.tar.gz
libgpod-tmz-f65a879b0173db372a3ab5b6d9ca8424edbcd0fa.tar.xz
libgpod-tmz-f65a879b0173db372a3ab5b6d9ca8424edbcd0fa.zip
Remove references to itdb_thumb_get_gdk_pixbuf()
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2050 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python/gpod.i.in')
-rw-r--r--bindings/python/gpod.i.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/gpod.i.in b/bindings/python/gpod.i.in
index e74d3d9..4ac7e20 100644
--- a/bindings/python/gpod.i.in
+++ b/bindings/python/gpod.i.in
@@ -487,7 +487,7 @@ typedef int gint;
#ifdef HAVE_GDKPIXBUF
#ifdef HAVE_PYGOBJECT
-%typemap(out) gpointer itdb_thumb_get_gdk_pixbuf {
+%typemap(out) gpointer itdb_artwork_get_pixbuf {
$result = pygobject_new((GObject *)$1);
g_object_unref($1);
}