projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c22a7
)
Correct the modem properties key name
author
Martin Xu
<martin.xu@intel.com>
Fri, 19 Mar 2010 06:44:21 +0000
(14:44 +0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 19 Mar 2010 07:45:06 +0000
(08:45 +0100)
plugins/ofono.c
patch
|
blob
|
history
diff --git
a/plugins/ofono.c
b/plugins/ofono.c
index
75c4ca5
..
960753b
100644
(file)
--- 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, "Interface
s
") == TRUE) {
if (modem_has_gprs(&value) == TRUE)
get_imsi(path);
}