comparison src/gtkimhtml.c @ 11768:a9e9b76905b4

[gaim-migrate @ 14059] Killing some warnings, not sure what we're trying to do in gtkblist here, so i just #if 0'd it.. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sun, 23 Oct 2005 22:16:28 +0000
parents c0fca40fd938
children fa17fc619f17
comparison
equal deleted inserted replaced
11767:8c3a139e8eb3 11768:a9e9b76905b4
738 tag_area.y, 738 tag_area.y,
739 &tag_area.x, 739 &tag_area.x,
740 &tag_area.y); 740 &tag_area.y);
741 rect.x = visible_rect.x; 741 rect.x = visible_rect.x;
742 rect.y = tag_area.y; 742 rect.y = tag_area.y;
743 rect.width = visible_rect.width;
743 744
744 do 745 do
745 gtk_text_iter_forward_to_tag_toggle(&cur, tag); 746 gtk_text_iter_forward_to_tag_toggle(&cur, tag);
746 while (!gtk_text_iter_is_end(&cur) && gtk_text_iter_begins_tag(&cur, tag)); 747 while (!gtk_text_iter_is_end(&cur) && gtk_text_iter_begins_tag(&cur, tag));
747 748