changeset 1582:4fcd012c0a6a

[gaim-migrate @ 1592] hrmph. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Mar 2001 17:47:14 +0000
parents 0d101ec1f68e
children 78effb5b2e4b
files TODO src/gtkimhtml.c src/oscar.c
diffstat 3 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Thu Mar 15 16:50:45 2001 +0000
+++ b/TODO	Thu Mar 15 17:47:14 2001 +0000
@@ -13,9 +13,7 @@
 	Rename for groups/buddies
 	Status labels in buddy list (mostly just for yahoo)
 	Border for GtkIMHtml
-	Tooltips for links in GtkIMHtml
 	Sounds on buddy pounce
-	Implement system logging
 	GPG Encryption of messages
 
 	ICQ through Oscar plugin (requires hacking libfaim :-/)
--- a/src/gtkimhtml.c	Thu Mar 15 16:50:45 2001 +0000
+++ b/src/gtkimhtml.c	Thu Mar 15 17:47:14 2001 +0000
@@ -2051,23 +2051,23 @@
 		rev = g_list_last (newbits); \
 		while (rev) { \
 			GtkIMHtmlBit *bit = rev->data; \
-			if (bit->type == TYPE_BR) \
-				break; \
 			if (bit->bg) \
 				gdk_color_free (bit->bg); \
 			bit->bg = gdk_color_copy (bg); \
+			if (bit->type == TYPE_BR) \
+				break; \
 			rev = g_list_previous (rev); \
 		} \
 		if (!rev) { \
 			rev = g_list_last (imhtml->bits); \
 			while (rev) { \
 				GtkIMHtmlBit *bit = rev->data; \
-				if (bit->type == TYPE_BR) \
-					break; \
 				if (bit->bg) \
 					gdk_color_free (bit->bg); \
 				bit->bg = gdk_color_copy (bg); \
 				gdk_color_alloc (cmap, bit->bg); \
+				if (bit->type == TYPE_BR) \
+					break; \
 				rev = g_list_previous (rev); \
 			} \
 		} \
--- a/src/oscar.c	Thu Mar 15 16:50:45 2001 +0000
+++ b/src/oscar.c	Thu Mar 15 17:47:14 2001 +0000
@@ -1394,7 +1394,7 @@
 				  "Online Since : <B>%s</B><BR>\n"
 				  "Idle Minutes : <B>%d</B>\n<BR>\n<HR><BR>\n"
 				  "%s"
-				  "<br><BODY BGCOLOR=WHITE><br><hr><I>Legend:</I><br><br>"
+				  "<br><BODY BGCOLOR=WHITE><hr><I>Legend:</I><br><br>"
 				  "<IMG SRC=\"free_icon.gif\"> : Normal AIM User<br>"
 				  "<IMG SRC=\"aol_icon.gif\"> : AOL User <br>"
 				  "<IMG SRC=\"dt_icon.gif\"> : Trial AIM User <br>"