Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Diff by Vadym ( 12 years ago )
# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (1.1.2.7)
+++ Locally Modified (Based On 1.1.2.7)
@@ -28,7 +28,8 @@
- (NSArray *)emailAddresses
{
- NSArray *emailAddressesArray = [[self target] valueForKeyPath:@"[email protected]"];
+ NSArray *emailAddressesArray = [[self target] valueForKeyPath:@"[email protected]"];
+ [self debugWithFormat:@"=====%@", emailAddressesArray];
if ([emailAddressesArray count] == 0 && ![self readOnly]) {
emailAddressesArray = [NSArray arrayWithObject:[[self target] createEmailAddress]];
}
Revise this Paste