aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTambet Ingo <tambet@gmail.com>2008-08-29 18:09:23 +0300
committerTambet Ingo <tambet@gmail.com>2008-08-29 18:09:23 +0300
commit2087ca49b6a162462e0006b01089ecf8ff0dc8e0 (patch)
tree13c24912f52da19a563bde992529c407387320e7
parentc71ae54f887fb337eab7d7822cd2d8654b085744 (diff)
Fix another upper case inconsistency in the public API (SetApn).
-rw-r--r--NetworkManager-r4012-use-modem-manager.patch2
-rw-r--r--introspection/mm-modem-gsm-network.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/NetworkManager-r4012-use-modem-manager.patch b/NetworkManager-r4012-use-modem-manager.patch
index 6254692a..7ecfd066 100644
--- a/NetworkManager-r4012-use-modem-manager.patch
+++ b/NetworkManager-r4012-use-modem-manager.patch
@@ -654,7 +654,7 @@ index 0000000..1069cd7
+ priv->modem_state = MODEM_STATE_SET_APN;
+ if (setting->apn)
+ dbus_g_proxy_begin_call (get_proxy (modem, MM_DBUS_INTERFACE_MODEM_GSM_NETWORK),
-+ "SetAPN", state_machine,
++ "SetApn", state_machine,
+ modem, NULL,
+ G_TYPE_STRING, setting->apn,
+ G_TYPE_INVALID);
diff --git a/introspection/mm-modem-gsm-network.xml b/introspection/mm-modem-gsm-network.xml
index b6d23631..10215ccf 100644
--- a/introspection/mm-modem-gsm-network.xml
+++ b/introspection/mm-modem-gsm-network.xml
@@ -28,7 +28,7 @@
</arg>
</method>
- <method name="SetAPN">
+ <method name="SetApn">
<tp:docstring>
Set the APN.
</tp:docstring>