aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-03 01:21:30 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-03 01:21:30 +0800
commit712b10f964c8f590c36e76b41d030da8c892cde4 (patch)
treea680a861910f678d9f7145fd651328f80ca307cf /mail/message-list.c
parent9dab965a56c3bac15eda11d6c7703163e80e89de (diff)
downloadgsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.tar
gsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.tar.gz
gsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.tar.bz2
gsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.tar.lz
gsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.tar.xz
gsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.tar.zst
gsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.zip
Emit "model_pre_change" where appropriate.
2000-08-02 Christopher James Lahey <clahey@helixcode.com> * mail-ops.c, message-list.c: Emit "model_pre_change" where appropriate. svn path=/trunk/; revision=4475
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 1a2c8fb3fd..f2565866d4 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -801,6 +801,8 @@ message_list_regenerate (MessageList *message_list, const char *search)
GPtrArray *uids;
int row = 0;
+ e_table_model_pre_change(message_list->table_model);
+
if (message_list->search) {
g_free (message_list->search);
message_list->search = NULL;