aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-12-01 16:46:23 -0800
committerDan Williams <dcbw@redhat.com>2009-12-01 16:46:23 -0800
commitbb6f997fb8b6acad6af62cae081b55e6d94cc1b6 (patch)
tree6e8daef401cd0d506b5af22b184e5fd82490da7e /plugins
parent7f1951fec867de5553b130c21df4eb5f447889a1 (diff)
gsm: update for new states and state flow fixes
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mm-modem-mbm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mm-modem-mbm.c b/plugins/mm-modem-mbm.c
index eee85bda..f04d1287 100644
--- a/plugins/mm-modem-mbm.c
+++ b/plugins/mm-modem-mbm.c
@@ -327,6 +327,7 @@ mbm_enable_done (MMSerialPort *port,
else {
/* We're enabled; update our state */
mm_generic_gsm_update_enabled_state (MM_GENERIC_GSM (info->modem),
+ FALSE,
MM_MODEM_STATE_REASON_NONE);
}
mm_callback_info_schedule (info);