Mercurial > pidgin
comparison src/gtkdebug.c @ 11312:a546498f7adc
[gaim-migrate @ 13512]
i give up i'm going to bed...
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Fri, 19 Aug 2005 06:45:30 +0000 |
| parents | 674abdc2b9be |
| children | b7978afe81d0 |
comparison
equal
deleted
inserted
replaced
| 11311:674abdc2b9be | 11312:a546498f7adc |
|---|---|
| 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; |
