changeset 28411:7115d04c525a

merge of '2b68579960365fea9a55bc39baf90eb59c42f972' and '3ce9883eaf090e4ec49d632e99ae336882b209cd'
author Paul Aurich <paul@darkrain42.org>
date Sat, 22 Aug 2009 18:30:53 +0000
parents faf98a4b27d8 (current diff) 1d2425f2e4ff (diff)
children 4b61989ab198
files
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/util.c	Sat Aug 22 18:29:44 2009 +0000
+++ b/libpurple/protocols/yahoo/util.c	Sat Aug 22 18:30:53 2009 +0000
@@ -611,7 +611,6 @@
 				if (match == NULL) {
 					/* Unknown tag.  The user probably typed a less-than sign */
 					g_string_append_c(cdata, x[i]);
-					no_more_gt_brackets = TRUE;
 					g_free(tag);
 					g_free(tag_name);
 					break;
--- a/libpurple/tests/test_yahoo_util.c	Sat Aug 22 18:29:44 2009 +0000
+++ b/libpurple/tests/test_yahoo_util.c	Sat Aug 22 18:30:53 2009 +0000
@@ -100,6 +100,8 @@
 			yahoo_codes_to_html("<font face='Georgia' size='32'>test"));
 	assert_string_equal_free("<font color='#FF0080'><font size='4' absz='15'>test</font></font>",
 			yahoo_codes_to_html("\x1B[35m<font size='15'>test"));
+	assert_string_equal_free(":&lt;",
+			yahoo_codes_to_html("<FADE #ff0000,#00ff00,#0000ff>:<</FADE>"));
 #endif /* !USE_CSS_FORMATTING */
 }
 END_TEST
--- a/pidgin/plugins/Makefile.mingw	Sat Aug 22 18:29:44 2009 +0000
+++ b/pidgin/plugins/Makefile.mingw	Sat Aug 22 18:30:53 2009 +0000
@@ -91,7 +91,6 @@
 		spellchk.dll \
 		timestamp_format.dll \
 		timestamp.dll \
-		vvconfig.dll \
 		xmppconsole.dll
 
 ##