aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.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/mail-ops.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/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 682753df9d..76030e996a 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -869,6 +869,8 @@ static void real_expunge_folder (gpointer user_data)
FolderBrowser *fb = FOLDER_BROWSER (user_data);
CamelException ex;
+ e_table_model_pre_change(fb->message_list->table_model);
+
#ifdef USE_BROKEN_THREADS
mail_op_hide_progressbar ();
mail_op_set_message ("Expunging %s...", fb->message_list->folder->full_name);