Closes: https://bugzilla.gnome.org/show_bug.cgi?id=670347
assertion failed: (_tmp6_)
* Bug 672381 — invalid uninstantiatable type `<invalid>' in cast to
`FolksIndividual'
+* Bug 670347 — Check for null birthday strings
Overview of changes from libfolks 0.6.6 to libfolks 0.6.7
=============================================================
if (info.field_name == "") {}
else if (info.field_name == "bday")
{
- new_birthday_str = info.field_value[0];
+ new_birthday_str = info.field_value[0] ?? "";
}
else if (info.field_name == "email")
{