mm-call: Sanitise disconnect messages

Clean up the disconnect messages so they make sense when presented to
the user.  Also add new state change reasons from ModemManager 1.10
and 1.12.

Fixes #90
This commit is contained in:
Bob Ham
2020-01-21 13:25:47 +00:00
parent 7d02dcbb66
commit dc9b7102de
3 changed files with 23 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ mm_deps = [
dependency('gobject-2.0'),
dependency('gtk+-3.0'),
dependency('ModemManager'),
dependency('mm-glib'),
dependency('mm-glib', version: '>= 1.12.0'),
dependency('libpeas-1.0'),
]