Bring oscar prpl in line with the other prpls in how it provides user info:

Tue, 27 May 2008 02:14:14 +0000

author
Evan Schoenberg <evands@pidgin.im>
date
Tue, 27 May 2008 02:14:14 +0000
changeset 23356
27bfab55be5c
parent 23355
b2ea6d1a8eef
child 23357
22db0cc69bee
child 23359
e1f7c36243e2

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

mercurial