From 3f7832411faf86b0ec76d419de6c635f2386e44c Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 16 Jun 2010 23:42:46 +0200 Subject: [PATCH] Use the network_update() routine for propagating strenght changes --- plugins/ofono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index b6d87ba..2995f26 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -408,7 +408,7 @@ static gboolean registration_changed(DBusConnection *connection, dbus_message_iter_get_basic(&value, &strength); connman_network_set_strength(network, strength); - create_service(network); + connman_network_update(network); } return TRUE; -- 2.7.4