summary refs log tree commit diff stats
path: root/src/common/inbound.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-01-05 16:23:34 -0500
committerTingPing <tingping@tingping.se>2013-01-05 16:23:34 -0500
commit24ce347472942653f8a8f1828ea817498b54bfc6 (patch)
tree4b91d16f1415a07b1eb1a713403424fdd2b23131 /src/common/inbound.c
parentb37fe23b99be98955dd28cba054ed421a37d0e72 (diff)
fix if statement
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r--src/common/inbound.c2
1 files changed, 2 insertions, 0 deletions
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;
 	}