[Adium-devl] [Adium-svn] rev 19727 - trunk/Source
Juan Manuel Palacios
juan at grummel.net
Sun May 13 22:59:47 UTC 2007
On May 13, 2007, at 5:21 PM, evands at adiumx.com wrote:
> Author: evands
> Date: 2007-05-13 16:21:43 -0500 (Sun, 13 May 2007)
> New Revision: 19727
>
> Modified:
> trunk/Source/AIAdium.m
> Log:
> Capitlization fix
I think you forgot to merge this into the 1.0 branch before building
1.0.4b2 ;-)
-jmpp
>
> Modified: trunk/Source/AIAdium.m
> ===================================================================
> --- trunk/Source/AIAdium.m 2007-05-13 21:12:12 UTC (rev 19726)
> +++ trunk/Source/AIAdium.m 2007-05-13 21:21:43 UTC (rev 19727)
> @@ -474,7 +474,7 @@
> //Broadcast our presence
> NSConnection *connection = [NSConnection defaultConnection];
> [connection setRootObject:self];
> - [connection registerName:@"com.adiumx.adiumx"];
> + [connection registerName:@"com.adiumX.adiumX"];
>
> [[self notificationCenter]
> postNotificationName:AIApplicationDidFinishLoadingNotification
> object:nil];
> [[NSDistributedNotificationCenter defaultCenter]
> postNotificationName:AIApplicationDidFinishLoadingNotification
> object:nil];
>
>
> _______________________________________________
> Adium-svn mailing list
> Adium-svn at adiumx.com
> http://adiumx.com/mailman/listinfo/adium-svn_adiumx.com
More information about the devel
mailing list