Fix no record path displayed while recording a call

This commit is contained in:
François Grisez 2017-02-20 11:14:03 +01:00
parent 30382865a2
commit bb4fa4adfb

View file

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