console/gntblist.c

changeset 15241
a780e155ed01
parent 15228
b3a992ff3e5f
child 15242
4f4b5d66f9af
equal deleted inserted replaced
15240:3aa0e80143e8 15241:a780e155ed01
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);

mercurial