diff --git a/plugins/provider/mm/calls-mm-origin.c b/plugins/provider/mm/calls-mm-origin.c index 50f2792..9623ea8 100644 --- a/plugins/provider/mm/calls-mm-origin.c +++ b/plugins/provider/mm/calls-mm-origin.c @@ -670,6 +670,8 @@ on_modem_location_get_3gpp_finish (GObject *source_object, GAsyncResult *res, gp mcc, self->network_country_code, mm_object_get_path (self->mm_obj)); + /* Trigger update of known emergency numbers */ + g_object_notify_by_pspec (G_OBJECT (self), props[PROP_EMERGENCY_NUMBERS]); }