Fix a typo in 'SetApn' command in NetworkManager patch.

This commit is contained in:
Tambet Ingo
2008-10-20 10:29:53 +03:00
parent ba166485e3
commit 4c8088d8ba

View File

@@ -1052,7 +1052,7 @@ index 0000000..691f189
+ 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);