fixed getting posts
This commit is contained in:
parent
4c17a7d019
commit
5bf8ca3fb5
8 changed files with 105 additions and 54 deletions
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
|
||||
- (void)inReplyTo:(NSString *)userName statusId:(NSString *)statusId {
|
||||
[textField setStringValue:[NSString stringWithFormat:@"@%@ ", userName]];
|
||||
[textField setStringValue:[NSString stringWithFormat:@"^%@ ", userName]];
|
||||
NSRange range = {[[textField stringValue] length] , 0};
|
||||
[[textField currentEditor] setSelectedRange:range];
|
||||
[inReplyTostatusId release];
|
||||
|
|
Reference in a new issue