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
This commit is contained in:
committed by
Rodrigo Moya
parent
4faa6f5a15
commit
28b3e37c8a
@ -1,9 +1,14 @@
|
||||
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.
|
||||
|
||||
2004-10-21 Harish Krishnaswamy <kharish@novell.com>
|
||||
|
||||
* gui/e-cal-popup.[ch]: (e_cal_popup_target_new_source):
|
||||
Add status bits to denote if the calendar source is available offline
|
||||
so that plugins to calendar popups can use the status qualifier to denote
|
||||
their visibility preferences.
|
||||
their visibility preferences.
|
||||
|
||||
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
|
||||
@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user