about summary refs log tree commit diff stats
path: root/jabber.c
diff options
context:
space:
mode:
Diffstat (limited to 'jabber.c')
-rw-r--r--jabber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber.c b/jabber.c
index 65e80005..f3d3905f 100644
--- a/jabber.c
+++ b/jabber.c
@@ -232,7 +232,7 @@ static int _roster_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanz
         log_msg(CONN, "ERROR: query failed");
     else {
         query = xmpp_stanza_get_child_by_name(stanza, "query");
-        cons_highlight_show("Roster:");
+        cons_show("Roster:");
 
         item = xmpp_stanza_get_children(query);
         while (item != NULL) {
@gmail.com> 2013-02-02 21:43:59 +0000 committer James Booth <boothj5@gmail.com> 2013-02-02 21:43:59 +0000 Added command and tools subdirs to source' href='/danisanti/profani-tty/commit/src/command/history.c?id=740e5b422832f8d043d96f33a0d33bf1725dbbc0'>740e5b42 ^
1730372e ^
b11b8824 ^
cc4c7f3e ^
c72d7ad6 ^
cc4c7f3e ^
30dbbad5 ^

279737ba ^
c72d7ad6 ^
cc4c7f3e ^
c72d7ad6 ^
cc4c7f3e ^

279737ba ^
c72d7ad6 ^
cc4c7f3e ^
c72d7ad6 ^
cc4c7f3e ^

279737ba ^
c72d7ad6 ^
cc4c7f3e ^
1730372e ^
30dbbad5 ^
6bad38c2 ^
c72d7ad6 ^
cc4c7f3e ^

279737ba ^
c72d7ad6 ^
8f486859 ^
1730372e ^
30dbbad5 ^
1730372e ^
c72d7ad6 ^
8f486859 ^
cc4c7f3e ^
279737ba ^

30dbbad5 ^






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
61
62
63
64
65
66
67
68
69