Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
network-manager-applet
Commits
b519a984
Commit
b519a984
authored
Oct 03, 2009
by
Dan Williams
Browse files
bluetooth: fix connection type for DUN
parent
8b0ae181
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gnome-bluetooth/network-manager-applet.c
View file @
b519a984
...
...
@@ -319,7 +319,7 @@ dun_new_cdma (MobileWizardAccessMethod *method)
uuid
=
nm_utils_uuid_generate
();
g_object_set
(
setting
,
NM_SETTING_CONNECTION_ID
,
id
,
NM_SETTING_CONNECTION_TYPE
,
NM_SETTING_
CDMA
_SETTING_NAME
,
NM_SETTING_CONNECTION_TYPE
,
NM_SETTING_
BLUETOOTH
_SETTING_NAME
,
NM_SETTING_CONNECTION_AUTOCONNECT
,
FALSE
,
NM_SETTING_CONNECTION_UUID
,
uuid
,
NULL
);
...
...
@@ -368,7 +368,7 @@ dun_new_gsm (MobileWizardAccessMethod *method)
uuid
=
nm_utils_uuid_generate
();
g_object_set
(
setting
,
NM_SETTING_CONNECTION_ID
,
id
,
NM_SETTING_CONNECTION_TYPE
,
NM_SETTING_
GSM
_SETTING_NAME
,
NM_SETTING_CONNECTION_TYPE
,
NM_SETTING_
BLUETOOTH
_SETTING_NAME
,
NM_SETTING_CONNECTION_AUTOCONNECT
,
FALSE
,
NM_SETTING_CONNECTION_UUID
,
uuid
,
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment