From 59257d0bbc4291fe1a864252207567f70ee14050 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 12 Aug 2010 11:54:31 +0530 Subject: Pause timline instead of stop. It hides the search animation texture. --- mail/message-list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/message-list.c b/mail/message-list.c index 8296ea8143..d218c9ed3a 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -4644,7 +4644,8 @@ regen_list_done (struct _regen_list_msg *m) #if HAVE_CLUTTER if (m->ml->priv->timeline && clutter_timeline_is_playing(m->ml->priv->timeline)) { - clutter_timeline_stop (m->ml->priv->timeline); + clutter_timeline_pause (m->ml->priv->timeline); + clutter_actor_hide (m->ml->priv->search_texture); } else { ClutterActor *pane = g_object_get_data ((GObject *)m->ml, "actor"); -- cgit v1.2.3