Calendar: Let a GSettings binding mapping function return always TRUE

Not doing so aborts the application, which is not intended here.
This commit is contained in:
Milan Crha
2021-05-07 09:13:16 +02:00
parent 9e23d71285
commit 57c061344d

View File

@ -74,7 +74,7 @@ cal_base_shell_sidebar_map_uid_to_source (GValue *value,
source = e_source_registry_ref_default_calendar (registry);
g_value_take_object (value, source);
return (source != NULL);
return TRUE;
}
static GVariant *