forked from PsychoticNinja/irssi
Actions didn't trigger window activity
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@566 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ef3cb01e6f
commit
f2e1be391c
@ -35,7 +35,7 @@ static void sig_hilight_text(WINDOW_REC *window, SERVER_REC *server, const char
|
|||||||
int level, oldlevel, new_data;
|
int level, oldlevel, new_data;
|
||||||
|
|
||||||
level = GPOINTER_TO_INT(levelptr);
|
level = GPOINTER_TO_INT(levelptr);
|
||||||
if (window == active_win || (level & (MSGLEVEL_NEVER|MSGLEVEL_NO_ACT|MSGLEVEL_MSGS)))
|
if (window == active_win || (level & (MSGLEVEL_NEVER|MSGLEVEL_NO_ACT)))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
new_data = (level & MSGLEVEL_HILIGHT) ?
|
new_data = (level & MSGLEVEL_HILIGHT) ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user