[network-manager-applet/bg/bgo776384: 3/3] device-broadband: check that MM is actually running



commit 8131a6e3e9f0e517b02274ee4480d90413a05706
Author: Beniamino Galvani <bgalvani redhat com>
Date:   Fri Dec 30 00:00:46 2016 +0100

    device-broadband: check that MM is actually running

 src/applet-device-broadband.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/applet-device-broadband.c b/src/applet-device-broadband.c
index bffc893..7e61898 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]