about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/console.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 8a746959..d1c1e52b 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -797,6 +797,9 @@ _cons_show_account(ProfAccount *account)
     if (account->server != NULL) {
         cons_show   ("server         : %s", account->server);
     }
+    if (account->port != 0) {
+        cons_show   ("port           : %d", account->port);
+    }
     if (account->muc_service != NULL) {
         cons_show   ("muc service    : %s", account->muc_service);
     }
86dfa10e05d835abaf12c6a8735fbbd77da8d2ae'>^
5a484ef ^






5a484ef ^
5a484ef ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60