From 0b49896c17cce89c895d1363b9e5c98915fffc32 Mon Sep 17 00:00:00 2001 From: Mengjie Yu Date: Wed, 27 Jul 2005 10:53:37 +0000 Subject: Add reserved field for an empty structure. Add reserved field for an empty 2005-07-27 Mengjie Yu * gui/e-cal-model-calendar.c: Add reserved field for an empty structure. * gui/e-cal-model-tasks.c: Add reserved field for an empty structure. Fixes #310198 svn path=/trunk/; revision=29899 --- calendar/ChangeLog | 9 +++++++++ calendar/gui/e-cal-model-calendar.c | 1 + calendar/gui/e-cal-model-tasks.c | 1 + 3 files changed, 11 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4cc269ed7f..39c18eb533 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2005-07-27 Mengjie Yu + + * gui/e-cal-model-calendar.c: + Add reserved field for an empty structure. + * gui/e-cal-model-tasks.c: + Add reserved field for an empty structure. + + Fixes #310198 + 2005-07-25 Chenthill Palanisamy * gui/e-cal-popup.c: diff --git a/calendar/gui/e-cal-model-calendar.c b/calendar/gui/e-cal-model-calendar.c index 312388f2a1..a03ffe37a4 100644 --- a/calendar/gui/e-cal-model-calendar.c +++ b/calendar/gui/e-cal-model-calendar.c @@ -32,6 +32,7 @@ #include "dialogs/send-comp.h" struct _ECalModelCalendarPrivate { + guint reserved; }; static void e_cal_model_calendar_finalize (GObject *object); diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c index 56479c9ade..688aab7fbe 100644 --- a/calendar/gui/e-cal-model-tasks.c +++ b/calendar/gui/e-cal-model-tasks.c @@ -32,6 +32,7 @@ #include "misc.h" struct _ECalModelTasksPrivate { + guint reserved; }; static void e_cal_model_tasks_finalize (GObject *object); -- cgit