From 8fee89d2fb528f546ba2215a0b343068f7afdd3b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 4 Oct 2000 23:26:39 +0000 Subject: Add back the "sync folder on leave" hack that got lost in the UIHandler * folder-browser-factory.c (control_deactivate): Add back the "sync folder on leave" hack that got lost in the UIHandler merge. svn path=/trunk/; revision=5728 --- mail/ChangeLog | 5 +++++ mail/folder-browser-factory.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1f7fdab7b4..d1b46fb100 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-10-04 Dan Winship + + * folder-browser-factory.c (control_deactivate): Add back the + "sync folder on leave" hack that got lost in the UIHandler merge. + 2000-10-04 Jeffrey Stedfast * folder-browser-factory.c: Instead of UnSelectAll, we want diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c index 29db6ff498..4dca006a25 100644 --- a/mail/folder-browser-factory.c +++ b/mail/folder-browser-factory.c @@ -208,12 +208,13 @@ control_deactivate (BonoboControl *control, BonoboUIHandler *uih, FolderBrowser *fb) { - g_warning ("In mail control_deactivate"); bonobo_ui_component_rm ( bonobo_ui_compat_get_component (uih), bonobo_ui_compat_get_container (uih), "/", NULL); bonobo_ui_handler_unset_container (uih); + + mail_do_sync_folder (fb->folder); } static void -- cgit v1.2.3