Fix compilation issues

This commit is contained in:
Guillaume BIENKOWSKI 2013-12-06 14:42:37 +01:00
parent a29dc547e6
commit e5078f6fe2
2 changed files with 1 additions and 5 deletions

View file

@ -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;

View file

@ -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){