# HG changeset patch # User Daniel Atallah # Date 1137260612 0 # Node ID 2c3ee0eff94bd48a36ae4de34bb3fe9b384b6d01 # Parent 7a432c828225cfa39ff65eb86e0bdadbeb83a9dd [gaim-migrate @ 15228] Andrea Canciani fixed yahoo "Get Info" to not have unnecessary spaces before and after the content. committer: Tailor Script diff -r 7a432c828225 -r 2c3ee0eff94b src/protocols/yahoo/yahoo_profile.c --- a/src/protocols/yahoo/yahoo_profile.c Sat Jan 14 15:15:54 2006 +0000 +++ b/src/protocols/yahoo/yahoo_profile.c Sat Jan 14 17:43:32 2006 +0000 @@ -811,7 +811,7 @@ p = strstr(url_text, "Adult Content Warning"); /* TITLE element */ } if (p) { - g_snprintf(buf, 1024, "%s%s

\n" + g_snprintf(buf, 1024, "%s%s

" "%s
%s", tooltip_text, _("Sorry, profiles marked as containing adult content " @@ -1193,14 +1193,14 @@ profile_url_text, profile_url_text); /* finish off the html at the end */ - g_string_append(s, "\n"); + g_string_append(s, ""); g_free(stripped); /* Put the Yahoo! ID, nickname, idle time, and status message in */ g_string_prepend(s, tooltip_text); /* finish off the html at the beginning */ - g_string_prepend(s, "\n"); + g_string_prepend(s, ""); /* show it to the user */ gaim_notify_userinfo(info_data->gc, info_data->name,