mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +00:00
dummy: origin: Restrict supported protocols to "tel"
This commit is contained in:
parent
18aea10ca3
commit
6aba8e119c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ supports_protocol (CallsOrigin *origin,
|
||||||
g_assert (protocol != NULL);
|
g_assert (protocol != NULL);
|
||||||
g_assert (CALLS_IS_DUMMY_ORIGIN (origin));
|
g_assert (CALLS_IS_DUMMY_ORIGIN (origin));
|
||||||
|
|
||||||
return TRUE;
|
return g_strcmp0 (protocol, "tel") == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue