aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-10 08:42:36 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-10 08:42:36 +0800
commit92e1807bd758995edc6600856c3fb0a4ee546fdf (patch)
tree06f3d39619b04a79f3a63acd66a7d31fe1692176 /modules/calendar/e-cal-shell-view-private.c
parent9d58f78c420315685db6a2c04e53c5af892b7b9d (diff)
downloadgsoc2013-evolution-92e1807bd758995edc6600856c3fb0a4ee546fdf.tar
gsoc2013-evolution-92e1807bd758995edc6600856c3fb0a4ee546fdf.tar.gz
gsoc2013-evolution-92e1807bd758995edc6600856c3fb0a4ee546fdf.tar.bz2
gsoc2013-evolution-92e1807bd758995edc6600856c3fb0a4ee546fdf.tar.lz
gsoc2013-evolution-92e1807bd758995edc6600856c3fb0a4ee546fdf.tar.xz
gsoc2013-evolution-92e1807bd758995edc6600856c3fb0a4ee546fdf.tar.zst
gsoc2013-evolution-92e1807bd758995edc6600856c3fb0a4ee546fdf.zip
Bug 611727 - Date navigator marks dates for inactive calendars
Diffstat (limited to 'modules/calendar/e-cal-shell-view-private.c')
-rw-r--r--modules/calendar/e-cal-shell-view-private.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c
index e5c1ed4bd6..89e48ac98c 100644
--- a/modules/calendar/e-cal-shell-view-private.c
+++ b/modules/calendar/e-cal-shell-view-private.c
@@ -278,6 +278,8 @@ cal_shell_view_selector_client_added_cb (ECalShellView *cal_shell_view,
model = gnome_calendar_get_model (calendar);
e_cal_model_add_client (model, client);
+
+ gnome_calendar_update_query (calendar);
}
static void
@@ -293,6 +295,8 @@ cal_shell_view_selector_client_removed_cb (ECalShellView *cal_shell_view,
model = gnome_calendar_get_model (calendar);
e_cal_model_remove_client (model, client);
+
+ gnome_calendar_update_query (calendar);
}
static void