adium 4831:9bd686e1fd7c: Patch from horusl fixing MSN public dis...
commits at adium.im
commits at adium.im
Wed May 16 10:27:51 UTC 2012
details: http://hg.adium.im/adium/rev/9bd686e1fd7c
revision: 4831:9bd686e1fd7c
branch: adium-1.5.1
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Wed May 16 12:23:39 2012 +0200
Patch from horusl fixing MSN public display names not getting set.
Fixes #15915
diffs (13 lines):
diff -r 9481585f824e -r 9bd686e1fd7c Plugins/Purple Service/ESPurpleMSNAccount.m
--- a/Plugins/Purple Service/ESPurpleMSNAccount.m Tue May 15 20:08:52 2012 +0200
+++ b/Plugins/Purple Service/ESPurpleMSNAccount.m Wed May 16 12:23:39 2012 +0200
@@ -361,7 +361,8 @@
currentMaxNumberOfPreEncodedCharacters -= 10;
}
- purple_account_set_alias(account, friendlyNameUTF8String);
+ purple_account_set_alias(account, friendlyNameUTF8String);
+ purple_account_set_public_alias(account, friendlyNameUTF8String, NULL, NULL);
[lastFriendlyNameChange release];
lastFriendlyNameChange = [now retain];
More information about the commits
mailing list