mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 22:40:10 +01:00
devices,bluetooth: fix default CDMA number setting
https://github.com/NetworkManager/NetworkManager/pull/260
Fixes: 215306f5a1
This commit is contained in:
parent
b1082aa9a7
commit
87bed48974
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ complete_connection (NMDevice *device,
|
|||
} else {
|
||||
fallback_prefix = _("CDMA connection");
|
||||
if (!nm_setting_cdma_get_number (s_cdma))
|
||||
g_object_set (G_OBJECT (s_cdma), NM_SETTING_GSM_NUMBER, "#777", NULL);
|
||||
g_object_set (G_OBJECT (s_cdma), NM_SETTING_CDMA_NUMBER, "#777", NULL);
|
||||
}
|
||||
} else {
|
||||
g_set_error_literal (error,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue