adium/adium

Oops, the merge forgot this change.

2012-07-21, Thijs Alkemade
421402a7d0e6
Oops, the merge forgot this change.
--- a/Plugins/Twitter Plugin/MGTwitterEngine/MGTwitterEngine.m Sat Jul 21 14:17:16 2012 +0200
+++ b/Plugins/Twitter Plugin/MGTwitterEngine/MGTwitterEngine.m Sat Jul 21 14:22:17 2012 +0200
@@ -1066,7 +1066,7 @@
- (NSString *)getRepliesStartingAtPage:(int)pageNum
{
- NSString *path = @"statuses/replies.xml";
+ NSString *path = @"statuses/mentions.xml";
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithCapacity:0];
if (pageNum > 0) {
@@ -1386,7 +1386,7 @@
- (NSString *)getRepliesSinceID:(NSString *)updateID startingAtPage:(int)pageNum
{
- NSString *path = @"statuses/replies.xml";
+ NSString *path = @"statuses/mentions.xml";
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithCapacity:0];
if (updateID > 0) {