aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/tasks-component.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 6de9cee8f4..5990fd5f65 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,10 @@
2003-10-24 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/tasks-component.c (tasks_component_init): initialize private
+ structure on TasksComponent.
+
+2003-10-24 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/calendar-component.c (calendar_component_class_init): removed
repeated initialization.
(calendar_component_peek): use G_STRLOC for g_warning's.
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c
index 5eca87f078..6c5e305284 100644
--- a/calendar/gui/tasks-component.c
+++ b/calendar/gui/tasks-component.c
@@ -315,6 +315,8 @@ tasks_component_init (TasksComponent *component, TasksComponentClass *klass)
g_free (new_dir);
g_free (base_uri);
}
+
+ component->priv = priv;
}
/* Public API */