diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-window.c | 2 |
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); |