[empathy: 5/10] use a space to separate the IP from the port
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 5/10] use a space to separate the IP from the port
- Date: Thu, 5 Aug 2010 10:07:26 +0000 (UTC)
commit fd401e8a06921ead2aa06131afdd08ee46b9de92
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Aug 4 11:08:05 2010 +0200
use a space to separate the IP from the port
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 61be794..67c1306 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]