Sat, 27 Dec 2003 19:39:06 +0000
[gaim-migrate @ 8612]
We're setting the friendly name manually in more places. Fixes bug #864327
| src/protocols/msn/notification.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/msn/notification.c Sat Dec 27 06:43:34 2003 +0000 +++ b/src/protocols/msn/notification.c Sat Dec 27 19:39:06 2003 +0000 @@ -936,6 +936,7 @@ } user = msn_user_new(session, passport, friend); + msn_user_set_name(user, friend); pa = g_new0(MsnPermitAdd, 1); pa->user = user; @@ -1431,6 +1432,8 @@ pa->user = msn_user_new(session, passport, friend); pa->gc = gc; + msn_user_set_name(pa->user, friend); + g_snprintf(msg, sizeof(msg), _("The user %s (%s) wants to add you to their " "buddy list."),