From d677d4d426b1c68b993605d1249441ab9ca34df6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 25 Apr 2014 07:55:37 +0200 Subject: Leftover "Generating message list..." info in a message-list In some cases, like on errors or cancel, there could be left an information in the message-list that the list is generating its content, while it didn't do it in reality. This always resets the message-list information in case the current message-list generation finished and was the last in the queue. --- mail/message-list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/message-list.c') diff --git a/mail/message-list.c b/mail/message-list.c index b8beeffd5e..7883e5c156 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -5473,6 +5473,7 @@ message_list_regen_done_cb (GObject *source_object, if (message_list->priv->regen_data == regen_data) { regen_data_unref (message_list->priv->regen_data); message_list->priv->regen_data = NULL; + e_tree_set_info_message (E_TREE (message_list), NULL); } g_mutex_unlock (&message_list->priv->regen_lock); -- cgit v1.2.3