aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-03-16 22:31:21 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-03-16 22:31:21 +0800
commit192dc53a0260a4ee3e64955f85fd7e81acd7e55d (patch)
tree9a6c7f942983cb953a4d3d29e7564bd68ff31148 /calendar/gui/e-cal-list-view.c
parentcfad2b0ce344332de09d4bba737bb6a729fdb927 (diff)
downloadgsoc2013-evolution-192dc53a0260a4ee3e64955f85fd7e81acd7e55d.tar
gsoc2013-evolution-192dc53a0260a4ee3e64955f85fd7e81acd7e55d.tar.gz
gsoc2013-evolution-192dc53a0260a4ee3e64955f85fd7e81acd7e55d.tar.bz2
gsoc2013-evolution-192dc53a0260a4ee3e64955f85fd7e81acd7e55d.tar.lz
gsoc2013-evolution-192dc53a0260a4ee3e64955f85fd7e81acd7e55d.tar.xz
gsoc2013-evolution-192dc53a0260a4ee3e64955f85fd7e81acd7e55d.tar.zst
gsoc2013-evolution-192dc53a0260a4ee3e64955f85fd7e81acd7e55d.zip
Fixes 72983
2005-03-16 Rodrigo Moya <rodrigo@novell.com> 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
Diffstat (limited to 'calendar/gui/e-cal-list-view.c')
-rw-r--r--calendar/gui/e-cal-list-view.c1
1 files changed, 1 insertions, 0 deletions
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)) {