mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix wrong prototype
This commit is contained in:
parent
c820f3f059
commit
61226d36af
1 changed files with 1 additions and 1 deletions
2
gtk/propertybox.c
Normal file → Executable file
2
gtk/propertybox.c
Normal file → Executable file
|
|
@ -1100,7 +1100,7 @@ void linphone_gtk_show_parameters(void){
|
|||
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(linphone_gtk_get_widget(pb,"use_upnp")),TRUE);
|
||||
break;
|
||||
}
|
||||
if(!linphone_core_upnp_available(lc)) {
|
||||
if(!linphone_core_upnp_available()) {
|
||||
gtk_widget_hide(linphone_gtk_get_widget(pb,"use_upnp"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue