From 24ce347472942653f8a8f1828ea817498b54bfc6 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 5 Jan 2013 16:23:34 -0500 Subject: fix if statement --- src/common/inbound.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/common/inbound.c b/src/common/inbound.c index c86caf24..9d21e25a 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -301,8 +301,10 @@ is_hilight (char *from, char *text, session *sess, server *serv) { g_free (text); if (sess != current_tab) + { sess->nick_said = TRUE; lastact_update (sess); + } fe_set_hilight (sess); return 1; } -- cgit 1.4.1