diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2012-02-08 12:21:02 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2012-02-08 12:21:02 +0400 |
commit | 6440f8bc99e5b8c2bf86a853684278bcfd797d92 (patch) | |
tree | 3b65e22808a8e7bbab7bb02f06efa97beb926991 /saedit/sae.c | |
parent | 04bc5e4bb56f6832d1738391086ebd775ea440f6 (diff) | |
download | evol-tools-6440f8bc99e5b8c2bf86a853684278bcfd797d92.tar.gz evol-tools-6440f8bc99e5b8c2bf86a853684278bcfd797d92.tar.bz2 evol-tools-6440f8bc99e5b8c2bf86a853684278bcfd797d92.tar.xz evol-tools-6440f8bc99e5b8c2bf86a853684278bcfd797d92.zip |
Added toolbar and corrected working with GList
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; } |