Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
f498e9ed
Commit
f498e9ed
authored
Sep 19, 2011
by
Rafaël Carré
Browse files
gnome client: be sure key exchange is set correctly
parent
eaf74780
Changes
1
Hide whitespace changes
Inline
Side-by-side
gnome/src/config/accountconfigdialog.c
View file @
f498e9ed
...
...
@@ -1399,8 +1399,10 @@ void show_account_window(account_t * currentAccount)
g_hash_table_replace
(
currentAccount
->
properties
,
g_strdup
(
ACCOUNT_SRTP_ENABLED
),
g_strdup
(
"true"
));
g_hash_table_replace
(
currentAccount
->
properties
,
g_strdup
(
ACCOUNT_KEY_EXCHANGE
),
g_strdup
(
SDES
));
}
else
else
{
g_hash_table_replace
(
currentAccount
->
properties
,
g_strdup
(
ACCOUNT_SRTP_ENABLED
),
g_strdup
(
"false"
));
g_hash_table_replace
(
currentAccount
->
properties
,
g_strdup
(
ACCOUNT_KEY_EXCHANGE
),
g_strdup
(
""
));
}
g_free
(
keyExchange
);
...
...
Write
Preview
Markdown
is supported
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