comparison src/gtkdebug.c @ 11311:674abdc2b9be

[gaim-migrate @ 13511] of course this is what i really meant... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Fri, 19 Aug 2005 06:41:10 +0000
parents 0058b0737e76
children a546498f7adc
comparison
equal deleted inserted replaced
11310:0058b0737e76 11311:674abdc2b9be
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 and the expression isn't inverted, 336 /* If we're not highlighting ir the expression is inverted, we're
337 * we're 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;
342 } 342 }