changeset 9659:0a82c4662c0d

[gaim-migrate @ 10507] Minor cleanup... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 04 Aug 2004 02:16:56 +0000
parents 0b570eec4eca
children 903bfc7af0e2
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Aug 04 01:57:55 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Aug 04 02:16:56 2004 +0000
@@ -6463,9 +6463,6 @@
 			g_free(charset);
 			if (away_utf8 != NULL) {
 				gchar *tmp1, *tmp2;
-				/* tmp1 = gaim_strcasereplace(away_utf8, "<BR>", "\n"); This replacement is handled in strip_html. 
-				 *  g_free(away_utf8);
-				 */
 				tmp2 = gaim_markup_strip_html(away_utf8);
 				g_free(away_utf8);
 				tmp1 = gaim_escape_html(tmp2);
@@ -6473,7 +6470,6 @@
 				tmp2 = gaim_str_sub_away_formatters(tmp1, gaim_account_get_username(gaim_connection_get_account(gc)));
 				g_free(tmp1);
 				g_string_append_printf(str, "\n<b>%s:</b> %s", _("Away Message"), tmp2);
-			
 				g_free(tmp2);
 			}
 		}