mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
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 */
|
/* 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) {
|
if (cb_ignore) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user