1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00

application: Fix typo in message emission

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-08-26 09:00:37 +02:00
parent 5869296c14
commit 4592194c11

View file

@ -319,7 +319,7 @@ open_tel_uri (CallsApplication *self,
g_strdup_printf (_("Tried dialing invalid tel URI `%s'"), uri);
calls_message_source_emit_message (CALLS_MESSAGE_SOURCE (calls_manager_get_default ()),
"msg",
msg,
GTK_MESSAGE_WARNING);
g_warning ("Ignoring invalid tel URI `%s'", uri);
return;