diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-10-12 06:02:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-12 06:02:37 +0800 |
commit | c04a8d1e3868146d5920b1f1e280942359ddeda2 (patch) | |
tree | b43ccfc84ab802efeb30ff0c30b6936018bc1f0e /configure.in | |
parent | d55e310762a3ba82f1cadf118bf2994541199520 (diff) | |
download | gsoc2013-evolution-c04a8d1e3868146d5920b1f1e280942359ddeda2.tar.gz gsoc2013-evolution-c04a8d1e3868146d5920b1f1e280942359ddeda2.tar.zst gsoc2013-evolution-c04a8d1e3868146d5920b1f1e280942359ddeda2.zip |
Take CalObjType as a param because its impossible to determine after a
2000-10-11 JP Rosevear <jpr@helixcode.com>
* pcs/cal-backend.c (cal_backend_log_entry): Take CalObjType
as a param because its impossible to determine after a delete.
(cal_backend_remove_object): Calculate CalObjType and pass
it to cal_backend_log_entry
(cal_backend_update_object): ditto
* conduits/todo/todo-conduit.c (local_record_from_comp): Kill
unused variables.
(add_archive_record): Don't kill the sync if this happens
(update_record): Kill old function
(replace_record): New function to handle replace_record signal
(conduit_get_gpilot_conduit): Listen for replace record signal
(add_record): Always add a new record, never replace
(replace_record): Always replace an existing record
* conduits/calendar/calendar-conduit.c: Same as above
2000-10-11 JP Rosevear <jpr@helixcode.com>
* configure.in: Fix bonobo error message
svn path=/trunk/; revision=5866
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5537b4ceb3..3b0286520c 100644 --- a/configure.in +++ b/configure.in @@ -226,7 +226,7 @@ fi if $bonobo_ok; then AC_MSG_RESULT($vers found) else - AC_MSG_ERROR(Bonobo newer than 0.18 is required to compile Evolution) + AC_MSG_ERROR(Bonobo 0.20 or newer is required to compile Evolution) fi dnl ****************************** |