diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-10-28 00:14:21 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-10-28 00:14:21 +0800 |
commit | 28b3e37c8a597f966062a2cf01cf2160bb2ad7af (patch) | |
tree | a8f5a3f31c49c3a3a55cacee20399276bebcdf6a /calendar/gui | |
parent | 4faa6f5a15184ac1cfc0e83a2b231053f79742b8 (diff) | |
download | gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.tar.gz gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.tar.zst gsoc2013-evolution-28b3e37c8a597f966062a2cf01cf2160bb2ad7af.zip |
don't expand recurrences for the list view.
2004-10-27 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-list-view.c (e_cal_list_view_new): don't expand recurrences
for the list view.
svn path=/trunk/; revision=27739
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-cal-list-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c index 2b244fbc41..d17f26889c 100644 --- a/calendar/gui/e-cal-list-view.c +++ b/calendar/gui/e-cal-list-view.c @@ -316,7 +316,6 @@ 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)) { |