fix if statement
This commit is contained in:
parent
b37fe23b99
commit
24ce347472
|
@ -301,8 +301,10 @@ is_hilight (char *from, char *text, session *sess, server *serv)
|
||||||
{
|
{
|
||||||
g_free (text);
|
g_free (text);
|
||||||
if (sess != current_tab)
|
if (sess != current_tab)
|
||||||
|
{
|
||||||
sess->nick_said = TRUE;
|
sess->nick_said = TRUE;
|
||||||
lastact_update (sess);
|
lastact_update (sess);
|
||||||
|
}
|
||||||
fe_set_hilight (sess);
|
fe_set_hilight (sess);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue