1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00
This commit is contained in:
Doug Freed 2018-09-29 18:37:10 -04:00 committed by GitHub
parent 7ab52e73c6
commit f5e587a83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ static void sig_hilight_text(TEXT_DEST_REC *dest, const char *msg)
}
/* we should ask the text view if this line is hidden */
signal_emit_id(signal_window_hilight_check, 5, dest, msg, &data_level, &cb_ignore);
signal_emit_id(signal_window_hilight_check, 4, dest, msg, &data_level, &cb_ignore);
if (cb_ignore) {
return;
}