| 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); |