aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-memo-shell-sidebar.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-05-14 18:02:32 +0800
committerMilan Crha <mcrha@redhat.com>2013-05-14 18:02:32 +0800
commitf0ee8d9c24fc1725408ddcddb68a6938562749cc (patch)
tree3dcbdcb156a31f0ce46e305cb9b08cb8de6fc6c9 /modules/calendar/e-memo-shell-sidebar.c
parent2b45b556636ddfcb5c08f4ccd9c901f059995189 (diff)
downloadgsoc2013-evolution-f0ee8d9c24fc1725408ddcddb68a6938562749cc.tar
gsoc2013-evolution-f0ee8d9c24fc1725408ddcddb68a6938562749cc.tar.gz
gsoc2013-evolution-f0ee8d9c24fc1725408ddcddb68a6938562749cc.tar.bz2
gsoc2013-evolution-f0ee8d9c24fc1725408ddcddb68a6938562749cc.tar.lz
gsoc2013-evolution-f0ee8d9c24fc1725408ddcddb68a6938562749cc.tar.xz
gsoc2013-evolution-f0ee8d9c24fc1725408ddcddb68a6938562749cc.tar.zst
gsoc2013-evolution-f0ee8d9c24fc1725408ddcddb68a6938562749cc.zip
Bug #699980 - Calendar delete does not remove events from view
Diffstat (limited to 'modules/calendar/e-memo-shell-sidebar.c')
-rw-r--r--modules/calendar/e-memo-shell-sidebar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/calendar/e-memo-shell-sidebar.c b/modules/calendar/e-memo-shell-sidebar.c
index 4e0b723d62..da331bcf4a 100644
--- a/modules/calendar/e-memo-shell-sidebar.c
+++ b/modules/calendar/e-memo-shell-sidebar.c
@@ -386,6 +386,10 @@ memo_shell_sidebar_restore_state_cb (EShellWindow *shell_window,
model = gtk_tree_view_get_model (GTK_TREE_VIEW (selector));
g_signal_connect_swapped (
+ registry, "source-removed",
+ G_CALLBACK (e_memo_shell_sidebar_remove_source), shell_sidebar);
+
+ g_signal_connect_swapped (
model, "row-changed",
G_CALLBACK (memo_shell_sidebar_row_changed_cb),
shell_sidebar);