mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Fix DTLS encryption mandatory property box
This commit is contained in:
parent
4904fec941
commit
40c435c104
1 changed files with 1 additions and 1 deletions
|
|
@ -1294,7 +1294,7 @@ static void linphone_gtk_media_encryption_changed(GtkWidget *combo){
|
|||
gtk_widget_set_sensitive(mandatory_box,TRUE);
|
||||
}else if (strcasecmp(selected,"DTLS")==0){
|
||||
linphone_core_set_media_encryption(lc,LinphoneMediaEncryptionDTLS);
|
||||
gtk_widget_set_sensitive(mandatory_box,FALSE);
|
||||
gtk_widget_set_sensitive(mandatory_box,TRUE);
|
||||
}else if (strcasecmp(selected,"ZRTP")==0){
|
||||
linphone_core_set_media_encryption(lc,LinphoneMediaEncryptionZRTP);
|
||||
gtk_widget_set_sensitive(mandatory_box,FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue