aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorJoe Shaw <joe@helixcode.com>2000-08-03 10:39:49 +0800
committerJoe Shaw <joeshaw@src.gnome.org>2000-08-03 10:39:49 +0800
commitf25cc16f180a1cb6804fe63a7382540bb204c2fc (patch)
tree227e2879b0258d1d143c944afc3294ee6b6abb8b /calendar
parentbaa5d868377f98385bfe7c47ba38ffaf8ae51d1d (diff)
downloadgsoc2013-evolution-f25cc16f180a1cb6804fe63a7382540bb204c2fc.tar.gz
gsoc2013-evolution-f25cc16f180a1cb6804fe63a7382540bb204c2fc.tar.zst
gsoc2013-evolution-f25cc16f180a1cb6804fe63a7382540bb204c2fc.zip
Fixed a g_return_if_fail that had two parameters and thus wouldn't build.
2000-08-02 Joe Shaw <joe@helixcode.com> * pcs/cal-backend-file.c (cal_backend_file_update_pilot_id): Fixed a g_return_if_fail that had two parameters and thus wouldn't build. svn path=/trunk/; revision=4502
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/pcs/cal-backend-file.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 081a3609a3..23b3479747 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-02 Joe Shaw <joe@helixcode.com>
+
+ * pcs/cal-backend-file.c (cal_backend_file_update_pilot_id):
+ Fixed a g_return_if_fail that had two parameters and thus
+ wouldn't build.
+
2000-08-03 Damon Chaplin <damon@helixcode.com>
* gui/calendar-model.c (calendar_model_append_row): updated to match
diff --git a/calendar/pcs/cal-backend-file.c b/calendar/pcs/cal-backend-file.c
index 803ec0625e..f23024cec6 100644
--- a/calendar/pcs/cal-backend-file.c
+++ b/calendar/pcs/cal-backend-file.c
@@ -1032,7 +1032,7 @@ cal_backend_file_update_pilot_id (CalBackend *backend,
cbfile = CAL_BACKEND_FILE (backend);
priv = cbfile->priv;
- g_return_if_fail (priv->icalcomp != NULL, FALSE);
+ g_return_if_fail (priv->icalcomp != NULL);
g_return_if_fail (uid != NULL);
'>+3 * - Fix typo and added more informationmiwi2007-02-263-6/+18 * - Update openacs to 5.3.0 and dotlrn to 2.2.1.alepulver2007-02-0911-478/+277 * Remove USE_REINPLACE from categories starting with Wedwin2006-05-131-1/+0 * SHA256ifyedwin2006-01-241-0/+1 * - Remove home directory of service0 userpav2005-10-083-45/+48 * - Make daemontools dependency optional so package can be madepav2005-10-033-14/+32 * Remove distinfo which is now stored in the slave port.lawrance2005-09-091-2/+0 * - Fix post-install configuration so the port and package have the samelawrance2005-09-094-24/+37