comparison console/gntblist.c @ 15179:6c43dbf293ad

[gaim-migrate @ 17966] Fix the tooltip. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 12 Dec 2006 01:06:42 +0000
parents 1bcf37440a05
children 4b500bd49d38
comparison
equal deleted inserted replaced
15178:9b2a65069744 15179:6c43dbf293ad
1181 g_free(st); 1181 g_free(st);
1182 } 1182 }
1183 } 1183 }
1184 } 1184 }
1185 1185
1186 tmp = gaim_notify_user_info_get_text_with_newline(user_info, "\n"); 1186 tmp = gaim_notify_user_info_get_text_with_newline(user_info, "<BR>");
1187 gaim_notify_user_info_destroy(user_info); 1187 gaim_notify_user_info_destroy(user_info);
1188 1188
1189 strip = gaim_markup_strip_html(tmp); 1189 strip = gaim_markup_strip_html(tmp);
1190 g_string_append(str, strip); 1190 g_string_append(str, strip);
1191 g_free(strip); 1191 g_free(strip);