mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Fix compilation issues
This commit is contained in:
parent
a29dc547e6
commit
e5078f6fe2
2 changed files with 1 additions and 5 deletions
|
|
@ -1351,11 +1351,6 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
|
|||
if (lc->tunnel) linphone_tunnel_configure(lc->tunnel);
|
||||
#endif
|
||||
|
||||
#ifdef BUILD_LDAP
|
||||
lc->ldap =linphone_ldap_contact_provider_create(lc);
|
||||
belle_sip_object_ref( lc->ldap );
|
||||
#endif
|
||||
|
||||
if (lc->vtable.display_status)
|
||||
lc->vtable.display_status(lc,_("Ready"));
|
||||
lc->auto_net_state_mon=lc->sip_conf.auto_net_state_mon;
|
||||
|
|
|
|||
|
|
@ -848,6 +848,7 @@ void linphone_gtk_on_uribar_changed(GtkEditable *uribar, gpointer user_data)
|
|||
timeout = g_timeout_add_seconds(1,(GSourceFunc)launch_contact_provider_search, uribar);
|
||||
|
||||
gtk_object_set_data(GTK_OBJECT(uribar),"complete_timeout", GINT_TO_POINTER(timeout) );
|
||||
#endif
|
||||
}
|
||||
|
||||
bool_t linphone_gtk_video_enabled(void){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue