[Adium-devl] [Adium-svn] rev 23724 - trunk/Plugins/Facebook Service

Peter Hosey boredzo at gmail.com
Thu May 29 02:48:16 UTC 2008


On May 28, 2008, at 16:13:03, zacw at adiumx.com wrote:
> NSURL != NSString, fixes an unrecognized selector error.
>
> Modified: trunk/Plugins/Facebook Service/AIFacebookAccount.m
> ===================================================================
> --- trunk/Plugins/Facebook Service/AIFacebookAccount.m	2008-05-28  
> 19:42:35 UTC (rev 23723)
> +++ trunk/Plugins/Facebook Service/AIFacebookAccount.m	2008-05-28  
> 23:13:03 UTC (rev 23724)
> @@ -104,7 +104,7 @@
> {
> 	[self postDictionary:[NSDictionary dictionaryWithObject:@"1"
> 													 forKey:@"confirm"]
> -				   toURL:@"http://www.facebook.com/logout.php"];
> +				   toURL:[NSURL URLWithString:@"http://www.facebook.com/logout.php 
> "]];

Shouldn't this have resulted in a type-mismatch error?





More information about the devel mailing list