Skip to content
Snippets Groups Projects
Commit eee9c6f9 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

nothing

parent 54d8f076
Branches
Tags
No related merge requests found
...@@ -593,8 +593,7 @@ update_call_tree (calltab_t* tab, call_t * c) ...@@ -593,8 +593,7 @@ update_call_tree (calltab_t* tab, call_t * c)
gchar * duration=""; gchar * duration="";
if(c->state == CALL_STATE_TRANSFERT) if(c->state == CALL_STATE_TRANSFERT)
{ {
description = g_markup_printf_escaped("<b>%s</b>\n" description = g_markup_printf_escaped("<b>%s</b> <i>%s</i>\n<i>Transfert to:</i> %s",
"%s\n<i>Transfert to:</i> %s",
call_get_number(c), call_get_number(c),
call_get_name(c), call_get_name(c),
c->to); c->to);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment