From 192dc53a0260a4ee3e64955f85fd7e81acd7e55d Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 16 Mar 2005 14:31:21 +0000 Subject: Fixes 72983 2005-03-16 Rodrigo Moya Fixes 72983 * gui/e-cal-list-view.c (e_cal_list_view_new): set EXPAND_RECURRENCES flag on the model. svn path=/trunk/; revision=29041 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-cal-list-view.c | 1 + 2 files changed, 8 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f77b6ba688..b2b69401c3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-03-16 Rodrigo Moya + + Fixes 72983 + + * gui/e-cal-list-view.c (e_cal_list_view_new): set EXPAND_RECURRENCES + flag on the model. + 2005-03-15 JP Rosevear * gui/itip-utils.c (itip_send_comp): when publishing, the to_list diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c index 059d762c90..6a5915c89c 100644 --- a/calendar/gui/e-cal-list-view.c +++ b/calendar/gui/e-cal-list-view.c @@ -316,6 +316,7 @@ e_cal_list_view_new (void) ECalModel *model; model = E_CAL_MODEL (e_cal_model_calendar_new ()); + e_cal_model_set_flags (model, E_CAL_MODEL_FLAGS_EXPAND_RECURRENCES); cal_list_view = g_object_new (e_cal_list_view_get_type (), "model", model, NULL); if (!e_cal_list_view_construct (cal_list_view)) { -- cgit v1.2.3