mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
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;
|
||||
|
||||
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;
|
||||
|
||||
new_data = (level & MSGLEVEL_HILIGHT) ?
|
||||
|
Loading…
Reference in New Issue
Block a user