Tue, 27 May 2008 02:14:14 +0000
Bring oscar prpl in line with the other prpls in how it provides user info:
The away message is now given an appropriate label and isn't set off in
a separate section.
| libpurple/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/oscar/oscar.c Tue May 27 02:10:35 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.c Tue May 27 02:14:14 2008 +0000 @@ -3001,8 +3001,7 @@ g_free(tmp); if (away_utf8 != NULL) { tmp = purple_str_sub_away_formatters(away_utf8, purple_account_get_username(account)); - purple_notify_user_info_add_section_break(user_info); - oscar_user_info_add_pair(user_info, NULL, tmp); + oscar_user_info_add_pair(user_info, _("Away Message"), tmp); g_free(tmp); g_free(away_utf8); }