adium 5604:4c09a9c47209: Merged adium-1.5.7 into adium-1.6.

commits at adium.im commits at adium.im
Sat Jun 29 12:02:59 UTC 2013


details:	http://hg.adium.im/adium/rev/4c09a9c47209
revision:	5604:4c09a9c47209
branch:		adium-1.6
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Sat Jun 29 13:59:00 2013 +0200

Merged adium-1.5.7 into adium-1.6.

diffs (23 lines):

diff -r b21557d6db30 -r 4c09a9c47209 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt	Tue Jun 25 21:49:22 2013 +0200
+++ b/ChangeLogs/Changes.txt	Sat Jun 29 13:59:00 2013 +0200
@@ -58,7 +58,7 @@
 - "Proxy bypass when registered jabber handle" (#15957)
 
 Version 1.5.7 (XX/06/2013)
- * Updated Twitter support.
+ * Updated Twitter support. (#16118)
    * Retweets (RTs) now properly display the original author.
    * t.co links are now expanded.
    * Fixed parsing to conform to the standard. (#13947)
diff -r b21557d6db30 -r 4c09a9c47209 Plugins/Twitter Plugin/AITwitterAccount.m
--- a/Plugins/Twitter Plugin/AITwitterAccount.m	Tue Jun 25 21:49:22 2013 +0200
+++ b/Plugins/Twitter Plugin/AITwitterAccount.m	Sat Jun 29 13:59:00 2013 +0200
@@ -198,6 +198,7 @@
 											  [self didConnect];
 										  }
 									  } errorBlock:^(NSError *error) {
+										  AILogWithSignature(@"Unable to retrieve user list: %@", error);
 										  [self setLastDisconnectionError:AILocalizedString(@"Unable to retrieve user list [fail]", "Message when a (vital) twitter request to retrieve the follow list fails")];
 										  [self didDisconnect];
 									  }];




More information about the commits mailing list