[evolution-patches] calendar: patch for #72983
- From: Rodrigo Moya <rodrigo novell com>
- To: Evolution Patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] calendar: patch for #72983
- Date: Wed, 02 Mar 2005 16:16:11 +0100
probably not worth for 2.2.0, but yes for 2.2.1
--
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2680
diff -u -p -r1.2680 ChangeLog
--- ChangeLog 1 Mar 2005 01:14:56 -0000 1.2680
+++ ChangeLog 2 Mar 2005 15:18:05 -0000
@@ -1,3 +1,10 @@
+2005-03-02 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.
+
2005-02-28 Harish Krishnaswamy <kharish novell com>
Fixes #69556
Index: gui/e-cal-list-view.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-cal-list-view.c,v
retrieving revision 1.14
diff -u -p -r1.14 e-cal-list-view.c
--- gui/e-cal-list-view.c 27 Oct 2004 16:14:21 -0000 1.14
+++ gui/e-cal-list-view.c 2 Mar 2005 15:18:05 -0000
@@ -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)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]