diff options
Diffstat (limited to 'saedit/sae.c')
-rw-r--r-- | saedit/sae.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/saedit/sae.c b/saedit/sae.c index 0501269..bb57bd5 100644 --- a/saedit/sae.c +++ b/saedit/sae.c @@ -127,7 +127,9 @@ gboolean set_up_animation_by_direction(SAEInfo *sae_info, const gchar *direction } if (sae_info->animation == NULL) return FALSE; - if (count > 1) + /*if (count > 1) { g_list_last(sae_info->animation)->next = g_list_first(sae_info->animation); + g_list_first(sae_info->animation)->prev = g_list_last(sae_info->animation); + }*/ return TRUE; } |