diff options
Diffstat (limited to 'calendar/pcs/query.c')
-rw-r--r-- | calendar/pcs/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/query.c b/calendar/pcs/query.c index 8ae9cfa697..0fd8a8a847 100644 --- a/calendar/pcs/query.c +++ b/calendar/pcs/query.c @@ -1116,7 +1116,7 @@ match_component (Query *query, const char *uid, return; comp = cal_backend_get_object_component (priv->backend, uid); - g_assert (comp != NULL); + g_return_if_fail (comp != NULL); gtk_object_ref (GTK_OBJECT (comp)); /* Eval the sexp */ |