mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix bug arround sensitivity of "media encryption mandatory" checkbox
This commit is contained in:
parent
2864c88b40
commit
9ca70edeb4
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