Do not apply tags immediately

master
Yevgen Muntyan 2006-04-28 17:20:40 -05:00
parent 5c2f5867cd
commit 68e871e748
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ static void
moo_text_buffer_queue_highlight (MooTextBuffer *buffer)
{
if (buffer->priv->lang && buffer->priv->do_highlight)
moo_highlighter_queue_compute (buffer->priv->hl, TRUE);
moo_highlighter_queue_compute (buffer->priv->hl, FALSE);
}