From ec089b4a4129458f7140254607306eec0ef4aebf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 Oct 2010 14:07:04 -0400 Subject: Rewrite the folder subscription editor. Redesign the "Folder Subscriptions" dialog and use Camel's async API instead of the MailMsg infrastructure to simplify the implementation. --- mail/e-mail-sidebar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/e-mail-sidebar.c') diff --git a/mail/e-mail-sidebar.c b/mail/e-mail-sidebar.c index 5ed65f963b..7f0a569534 100644 --- a/mail/e-mail-sidebar.c +++ b/mail/e-mail-sidebar.c @@ -371,6 +371,7 @@ mail_sidebar_check_state (EMailSidebar *sidebar) if (is_trash) state |= E_MAIL_SIDEBAR_FOLDER_IS_TRASH; + g_object_unref (store); g_free (full_name); g_free (uri); -- cgit