diff options
-rw-r--r-- | plugins/ublox/mm-broadband-modem-ublox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ublox/mm-broadband-modem-ublox.c b/plugins/ublox/mm-broadband-modem-ublox.c index 83933d8d..d5ce452a 100644 --- a/plugins/ublox/mm-broadband-modem-ublox.c +++ b/plugins/ublox/mm-broadband-modem-ublox.c @@ -1203,7 +1203,7 @@ modem_voice_disable_unsolicited_events (MMIfaceModemVoice *self, common_voice_enable_disable_unsolicited_events (MM_BROADBAND_MODEM_UBLOX (self), FALSE, - (GAsyncReadyCallback) voice_enable_unsolicited_events_ready, + (GAsyncReadyCallback) voice_disable_unsolicited_events_ready, task); } |