diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-04 17:21:41 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-04 17:21:41 -0600 |
commit | 6c56db07fc3439f54ce6606e14be8963c62f12cc (patch) | |
tree | 5b4e52e1b768d00827a0a72fb72d68773c44172f /introspection | |
parent | b0cd9288c260a821003a6259c78397d3ab7846a1 (diff) |
cdma: fix segfault by handling MEID property
Also, MEID->Meid to follow standard D-Bus property semantics.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.Cdma.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml b/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml index fd6a4d3d..13ddc97f 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml @@ -93,7 +93,7 @@ </arg> </method> - <property name="MEID" type="s" access="read"> + <property name="Meid" type="s" access="read"> <tp:docstring> The modem's Mobile Equipment Identifier. </tp:docstring> |