comparison src/gtkimhtml.c @ 10695:4b9d6f77ca61

[gaim-migrate @ 12248] Compile! committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 14 Mar 2005 15:11:18 +0000
parents 533060d9a2c6
children c8b4bf3bf9e5
comparison
equal deleted inserted replaced
10694:06f68443e6e5 10695:4b9d6f77ca61
2772 2772
2773 void 2773 void
2774 gtk_imhtml_clear (GtkIMHtml *imhtml) 2774 gtk_imhtml_clear (GtkIMHtml *imhtml)
2775 { 2775 {
2776 GList *del; 2776 GList *del;
2777 GSList *dels 2777 GSList *dels;
2778 GtkTextIter start, end; 2778 GtkTextIter start, end;
2779 GObject *object = g_object_ref(G_OBJECT(imhtml)); 2779 GObject *object = g_object_ref(G_OBJECT(imhtml));
2780 2780
2781 for (dels = imhtml->backcolor_tags; dels; dels = dels->next) { 2781 for (dels = imhtml->backcolor_tags; dels; dels = dels->next) {
2782 struct backcolor_tag *tag = dels->data; 2782 struct backcolor_tag *tag = dels->data;