[gimp/wip/animation: 114/197] plug-ins: fix default cel animation construction.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/animation: 114/197] plug-ins: fix default cel animation construction.
- Date: Sat, 7 Oct 2017 03:08:01 +0000 (UTC)
commit 673fed12fe72bc706f5f3e0cfdd443f3a3fa81ea
Author: Jehan <jehan girinstud io>
Date: Thu Dec 8 03:32:19 2016 +0100
plug-ins: fix default cel animation construction.
A very silly bug.
.../animation-play/core/animation-celanimation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/animation-play/core/animation-celanimation.c
b/plug-ins/animation-play/core/animation-celanimation.c
index ce3eac3..7b6ae85 100644
--- a/plug-ins/animation-play/core/animation-celanimation.c
+++ b/plug-ins/animation-play/core/animation-celanimation.c
@@ -579,7 +579,7 @@ animation_cel_animation_load (Animation *animation)
{
GList *layers = NULL;
- layers = g_list_prepend (track->frames,
+ layers = g_list_prepend (layers,
GINT_TO_POINTER (tattoo));
track->frames = g_list_prepend (track->frames,
layers);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]