mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-17 07:46:03 +00:00
application: Fix typo in message emission
This commit is contained in:
parent
5869296c14
commit
4592194c11
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue