mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
avoid unneccessary and time consuming linphone friend parsing
This commit is contained in:
parent
7c827c7134
commit
c1e5007667
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ void linphone_gtk_call_log_update(GtkWidget *w){
|
|||
start_date[strlen(start_date) - 1] = '\0';
|
||||
}
|
||||
#endif
|
||||
lf=linphone_core_get_friend_by_address(linphone_gtk_get_core(),addr);
|
||||
lf=linphone_core_find_friend(linphone_gtk_get_core(),la);
|
||||
if(lf != NULL){
|
||||
/*update display name from friend*/
|
||||
display = linphone_friend_get_name(lf);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue