aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-12-08 21:31:58 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:09 +0800
commit49dd425fc9cd6d001b04ea440ae9ee1672b9369b (patch)
tree4fa3079a527a2c06772ecddcd96e02833fe24d19 /modules/mail
parentc3498a746efcbd2747ec40746bc0050107a4afc2 (diff)
downloadgsoc2013-evolution-49dd425fc9cd6d001b04ea440ae9ee1672b9369b.tar
gsoc2013-evolution-49dd425fc9cd6d001b04ea440ae9ee1672b9369b.tar.gz
gsoc2013-evolution-49dd425fc9cd6d001b04ea440ae9ee1672b9369b.tar.bz2
gsoc2013-evolution-49dd425fc9cd6d001b04ea440ae9ee1672b9369b.tar.lz
gsoc2013-evolution-49dd425fc9cd6d001b04ea440ae9ee1672b9369b.tar.xz
gsoc2013-evolution-49dd425fc9cd6d001b04ea440ae9ee1672b9369b.tar.zst
gsoc2013-evolution-49dd425fc9cd6d001b04ea440ae9ee1672b9369b.zip
Bug #631568 - Scheduling Meetings with CalDAV calendars
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/e-mail-shell-view-private.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-view-private.c b/modules/mail/e-mail-shell-view-private.c
index 34a448330f..8eb77a1920 100644
--- a/modules/mail/e-mail-shell-view-private.c
+++ b/modules/mail/e-mail-shell-view-private.c
@@ -1224,6 +1224,8 @@ send_receive_get_account_index (EAccount *account)
res++;
}
+ g_object_unref (iterator);
+
return -1;
}
@@ -1390,6 +1392,8 @@ create_send_receive_submenu (EMailShellView *mail_shell_view)
send_receive_add_to_menu (GTK_MENU_SHELL (menu), account, -1);
}
+ g_object_unref (iterator);
+
g_signal_connect (accounts, "account-added", G_CALLBACK (send_receive_menu_account_added_cb), menu);
g_signal_connect (accounts, "account-changed", G_CALLBACK (send_receive_menu_account_changed_cb), menu);
g_signal_connect (accounts, "account-removed", G_CALLBACK (send_receive_menu_account_removed_cb), menu);