summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-animation.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-animation.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c
index 33c9d9c72..e567da403 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.c
+++ b/gdk-pixbuf/gdk-pixbuf-animation.c
@@ -498,7 +498,7 @@ gdk_pixbuf_animation_new_from_resource (const gchar *resource_path,
GdkPixbufAnimation *anim;
GdkPixbuf *pixbuf;
- pixbuf = _gdk_pixbuf_new_from_resource_try_mmap (resource_path);
+ pixbuf = _gdk_pixbuf_new_from_resource_try_pixdata (resource_path);
if (pixbuf) {
anim = gdk_pixbuf_non_anim_new (pixbuf);
g_object_unref (pixbuf);