comparison src/gtkimhtml.c @ 4201:511c2b63caa4

[gaim-migrate @ 4432] Some code cleanups to remove warnings and fix up indenting a little. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 04 Jan 2003 21:01:32 +0000
parents ccec4fde84f4
children 6c8ea04270e1
comparison
equal deleted inserted replaced
4200:c8fb43808a4b 4201:511c2b63caa4
639 { 639 {
640 gint pos = 0; 640 gint pos = 0;
641 GString *str = NULL; 641 GString *str = NULL;
642 GtkTextIter iter, siter; 642 GtkTextIter iter, siter;
643 GtkTextMark *mark, *mark2; 643 GtkTextMark *mark, *mark2;
644 GtkTextChildAnchor *anchor;
645 GtkTextTag *texttag; 644 GtkTextTag *texttag;
646 GtkWidget *sep;
647 GtkRequisition req;
648 gchar *ws; 645 gchar *ws;
649 gchar *tag; 646 gchar *tag;
650 gchar *url = NULL; 647 gchar *url = NULL;
651 gchar *bg = NULL; 648 gchar *bg = NULL;
652 gint tlen, smilelen, wpos=0; 649 gint tlen, smilelen, wpos=0;