From 1cc0df34f742f93f995b68210de3d1f2eac2b5ac Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 21 Mar 2010 16:52:22 +0000 Subject: s/last_act/last_msg/ now. --- protocols/jabber/si.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/jabber/si.c') diff --git a/protocols/jabber/si.c b/protocols/jabber/si.c index eff4aad7..bfb64f11 100644 --- a/protocols/jabber/si.c +++ b/protocols/jabber/si.c @@ -275,7 +275,7 @@ int jabber_si_handle_request( struct im_connection *ic, struct xt_node *node, st { if( ( bud = jabber_buddy_by_jid( ic, ini_jid, GET_BUDDY_EXACT ) ) ) { - bud->last_act = time( NULL ); + bud->last_msg = time( NULL ); ext_jid = bud->ext_jid ? : bud->bare_jid; } else -- cgit v1.2.3