diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-03 02:07:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-03 03:22:07 +0800 |
commit | ec089b4a4129458f7140254607306eec0ef4aebf (patch) | |
tree | 7418aa00b5e9c66b8176ba5e5b69c1b2a7108841 /mail/e-mail-sidebar.c | |
parent | 45b6f58f0a2d3e9e567694febf58882b9f74a257 (diff) | |
download | gsoc2013-evolution-ec089b4a4129458f7140254607306eec0ef4aebf.tar.gz gsoc2013-evolution-ec089b4a4129458f7140254607306eec0ef4aebf.tar.zst gsoc2013-evolution-ec089b4a4129458f7140254607306eec0ef4aebf.zip |
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.
Diffstat (limited to 'mail/e-mail-sidebar.c')
-rw-r--r-- | mail/e-mail-sidebar.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |