[evolution] Pause timline instead of stop. It hides the search animation texture.



commit 59257d0bbc4291fe1a864252207567f70ee14050
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Thu Aug 12 11:54:31 2010 +0530

    Pause timline instead of stop. It hides the search animation texture.

 mail/message-list.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mail/message-list.c b/mail/message-list.c
index 8296ea8..d218c9e 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");
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]