[gimp/wip/animation: 290/373] plug-ins: fix default cel animation construction.



commit ded13569810b1159fed4fe4ce0fbccc982ecb386
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]