Mercurial > pidgin.yaz
changeset 19613:2d4c626f60c1
merge of '643feb3e5eefda54d6456d7a5a35201a356954e2'
and 'bbcde83d2bd94491bc5eac1f2eabfdf9dcbdc159'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 03 Sep 2007 18:47:15 +0000 |
parents | ce971cf20f08 (current diff) 2850f5eb314f (diff) |
children | 16776040e347 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c Mon Sep 03 18:29:26 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Mon Sep 03 18:47:15 2007 +0000 @@ -1444,7 +1444,7 @@ /* If a local alias wasn't set, set it to user's username. */ if (!session->account->alias || !strlen(session->account->alias)) - session->account->alias = session->username; + purple_account_set_alias(session->account, session->username); /* The session is now set up, ready to be connected. This emits the * signedOn signal, so clients can now do anything with msimprpl, and