summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 585166fe..4929d34a 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;