1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 03:25:31 +00:00

Merge branch 'modem-warning' into 'master'

mm-provider: Clarify warning a bit

See merge request Librem5/calls!25
This commit is contained in:
Bob Ham 2018-10-03 09:31:31 +00:00
commit 0fcb4e59e9

View file

@ -229,7 +229,7 @@ mm_manager_new_cb (GDBusConnection *connection,
add_mm_objects (self);
if (g_hash_table_size (self->origins) == 0)
{
g_warning ("No modems available");
g_warning ("No modem with voice capability available");
CALLS_EMIT_MESSAGE (self, "No modems available",
GTK_MESSAGE_WARNING);
}