[network-manager-applet/nma-1-2: 3/4] device-broadband: check that the ModemManager is actually running
- From: Beniamino Galvani <bgalvani src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/nma-1-2: 3/4] device-broadband: check that the ModemManager is actually running
- Date: Fri, 6 Jan 2017 09:28:26 +0000 (UTC)
commit 1ff170c9cfe1dd09835c8efdd01697421d514c8e
Author: Beniamino Galvani <bgalvani redhat com>
Date: Fri Dec 30 10:20:28 2016 +0100
device-broadband: check that the ModemManager is actually running
Previously we only checked the existence of the proxy; we should
instead verify that MM is actually running.
(cherry picked from commit 7ff89d6fab6fefc02b9148e37831278183563a64)
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 e19f082..88d8fd0 100644
--- a/src/applet-device-broadband.c
+++ b/src/applet-device-broadband.c
@@ -1012,7 +1012,7 @@ device_added (NMDevice *device,
if (g_object_get_data (G_OBJECT (modem), BROADBAND_INFO_TAG))
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]