aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-cal-model-memos.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 72e1c21696..090ab33535 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-16 Irene Huang <Irene.Huang@sun.com>
+
+ * gui/e-cal-model-memos.c: struct _ECalModelMemosPrivate
+ should not be zero sized.
+
2005-11-16 Irene Huang <Irene.Huang@sun.com>
* gui/dialogs/cal-prefs-dialog.c:
diff --git a/calendar/gui/e-cal-model-memos.c b/calendar/gui/e-cal-model-memos.c
index d4cf6fc2b3..0f8dc020a1 100644
--- a/calendar/gui/e-cal-model-memos.c
+++ b/calendar/gui/e-cal-model-memos.c
@@ -33,6 +33,7 @@
#define d(x) (x)
struct _ECalModelMemosPrivate {
+ int dummy;
};
static void e_cal_model_memos_finalize (GObject *object);