1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

call: Allow setting NULL id

A NULL id will be reported for anonymous callers.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-02-16 09:42:01 +01:00
parent 73ac050cef
commit c36b6d713a

View file

@ -344,7 +344,6 @@ calls_call_set_id (CallsCall *self,
CallsCallPrivate *priv = calls_call_get_instance_private (self);
g_return_if_fail (CALLS_IS_CALL (self));
g_return_if_fail (id);
if (g_strcmp0 (id, priv->id) == 0)
return;