aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r--src/empathy-call-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 61be794a2..67c13065d 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1545,7 +1545,7 @@ update_candidate (EmpathyCallWindow *self,
}
g_assert (candidate != NULL);
- str = g_strdup_printf ("%s:%u (%s)", candidate->ip,
+ str = g_strdup_printf ("%s %u (%s)", candidate->ip,
candidate->port, candidate_type_to_str (candidate));
gtk_label_set_text (GTK_LABEL (widget), str);