forked from PsychoticNinja/irssi
Fix 01f961c
This commit is contained in:
parent
7ab52e73c6
commit
f5e587a83b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user