From fd401e8a06921ead2aa06131afdd08ee46b9de92 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 4 Aug 2010 11:08:05 +0200 Subject: use a space to separate the IP from the port --- src/empathy-call-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3