aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/calendar-component.c2
-rw-r--r--calendar/gui/tasks-component.c2
3 files changed, 9 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 1e44420f73..1387594e13 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-09 JP Rosevear <jpr@ximian.com>
+
+ * gui/tasks-component.c (impl_upgradeFromVersion): return the
+ corba values
+
+ * gui/calendar-component.c (impl_upgradeFromVersion): ditto
+
2004-01-09 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-component.c (impl_upgradeFromVersion): only migrate
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 8a6e3b116e..f3a077459f 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -562,7 +562,7 @@ impl_upgradeFromVersion (PortableServer_Servant servant,
g_free (base_uri);
- return TRUE;
+ return CORBA_TRUE;
}
static void
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c
index bdddc54ade..fcd57d7fe2 100644
--- a/calendar/gui/tasks-component.c
+++ b/calendar/gui/tasks-component.c
@@ -538,7 +538,7 @@ impl_upgradeFromVersion (PortableServer_Servant servant,
g_free (base_uri);
- return TRUE;
+ return CORBA_TRUE;
}
static void