mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +00:00
call: Allow setting NULL id
A NULL id will be reported for anonymous callers.
This commit is contained in:
parent
73ac050cef
commit
c36b6d713a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue