| 331 gtk_text_buffer_get_insert(imhtml->text_buffer)); |
331 gtk_text_buffer_get_insert(imhtml->text_buffer)); |
| 332 i = gtk_text_iter_get_offset(&ins); |
332 i = gtk_text_iter_get_offset(&ins); |
| 333 |
333 |
| 334 gtk_imhtml_append_text(imhtml, text, 0); |
334 gtk_imhtml_append_text(imhtml, text, 0); |
| 335 |
335 |
| 336 /* If we're not highlighting ir the expression is inverted, we're |
336 /* If we're not highlighting or the expression is inverted, we're |
| 337 * done and move on. |
337 * done and move on. |
| 338 */ |
338 */ |
| 339 if(!win->highlight || inverted == REG_NOMATCH) { |
339 if(!win->highlight || inverted == REG_NOMATCH) { |
| 340 g_free(plaintext); |
340 g_free(plaintext); |
| 341 return; |
341 return; |