fix if statement

This commit is contained in:
TingPing 2013-01-05 16:23:34 -05:00
parent b37fe23b99
commit 24ce347472
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}