summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2016-12-30 00:00:46 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2016-12-30 00:01:11 +0100
commit8131a6e3e9f0e517b02274ee4480d90413a05706 (patch)
tree98684447cb8a6d2d67e2ba8a0a04e6d178aeaf1d
parentc488835354e00c1e84f9d1b243ef70011d0d9875 (diff)
downloadnetwork-manager-applet-bg/bgo776384.tar.gz
device-broadband: check that MM is actually runningbg/bgo776384
-rw-r--r--src/applet-device-broadband.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applet-device-broadband.c b/src/applet-device-broadband.c
index bffc893b..7e618982 100644
--- a/src/applet-device-broadband.c
+++ b/src/applet-device-broadband.c
@@ -1007,7 +1007,7 @@ device_added (NMDevice *device,
if (!udi)
return;
- if (!applet->mm1) {
+ if (!applet->mm1_running) {
g_warning ("Cannot grab information for modem at %s: No ModemManager support",
nm_device_get_udi (device));
return;