mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
Fix no record path displayed while recording a call
This commit is contained in:
parent
30382865a2
commit
bb4fa4adfb
1 changed files with 1 additions and 1 deletions
|
|
@ -1014,7 +1014,7 @@ void linphone_gtk_record_call_toggled(GtkWidget *button){
|
|||
linphone_core_stop_conference_recording(lc);
|
||||
|
||||
}
|
||||
gtk_label_set_markup(GTK_LABEL(label),message);
|
||||
gtk_label_set_markup(GTK_LABEL(label),g_locale_to_utf8(message, -1, NULL, NULL, NULL));
|
||||
g_free(message);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue