From 5a5f996e737fc2dd1fdb19451ab01d61b86b21c4 Mon Sep 17 00:00:00 2001 From: Martin Xu Date: Fri, 19 Mar 2010 14:44:21 +0800 Subject: [PATCH] Correct the modem properties key name --- plugins/ofono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index 75c4ca5..960753b 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -1089,7 +1089,7 @@ static void modem_properties_reply(DBusPendingCall *call, void *user_data) modem_change_powered(path, TRUE); break; } - } else if (g_str_equal(key, "Interface") == TRUE) { + } else if (g_str_equal(key, "Interfaces") == TRUE) { if (modem_has_gprs(&value) == TRUE) get_imsi(path); } -- 2.7.4