mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Fix 01f961c
This commit is contained in:
parent
7ab52e73c6
commit
f5e587a83b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue