diff options
author | Dan Williams <dcbw@redhat.com> | 2009-10-14 13:36:59 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-10-14 13:36:59 -0700 |
commit | ea29dc8044e649f59f47442a40b999f7998994ab (patch) | |
tree | cd0fcc92f74db8c998d5c919c3695a1035b84f96 | |
parent | c77dbb7a947f776f2dbb0ee800fb4a1cbac75fe0 (diff) |
mbm: fix disable after 3b19a85727458821f5df20153f8c04bc7717ba30
C & P error in enable/disable split.
-rw-r--r-- | plugins/mm-modem-mbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-modem-mbm.c b/plugins/mm-modem-mbm.c index fab56e0e..234b9a93 100644 --- a/plugins/mm-modem-mbm.c +++ b/plugins/mm-modem-mbm.c @@ -459,7 +459,7 @@ disable (MMModem *modem, mm_serial_port_queue_command (primary, "+CMER=0", 5, NULL, NULL); parent_modem_iface = g_type_interface_peek_parent (MM_MODEM_GET_INTERFACE (modem)); - parent_modem_iface->enable (modem, parent_disable_done, info); + parent_modem_iface->disable (modem, parent_disable_done, info); } static void |