adium 2833:f1b225d54546: And fixed warnings I introduced

commits at adium.im commits at adium.im
Sat Oct 31 18:37:53 UTC 2009


details:	http://hg.adium.im/adium/rev/f1b225d54546
revision:	2833:f1b225d54546
author:		Evan Schoenberg
date:		Sat Oct 31 13:40:47 2009 -0500

And fixed warnings I introduced

diffs (23 lines):

diff -r 69a62b03d0e1 -r f1b225d54546 Plugins/Bonjour/libezv/Private Classes/AWEzvContactManager.m
--- a/Plugins/Bonjour/libezv/Private Classes/AWEzvContactManager.m	Sat Oct 31 13:38:32 2009 -0500
+++ b/Plugins/Bonjour/libezv/Private Classes/AWEzvContactManager.m	Sat Oct 31 13:40:47 2009 -0500
@@ -33,6 +33,7 @@
 #import "AWEzvContactManager.h"
 #import "AWEzvContactPrivate.h"
 #import "AWEzvXMLStream.h"
+#import <SystemConfiguration/SystemConfiguration.h>
 
 @implementation AWEzvContactManager
 
diff -r 69a62b03d0e1 -r f1b225d54546 Plugins/Bonjour/libezv/Private Classes/AWEzvXMLNode.m
--- a/Plugins/Bonjour/libezv/Private Classes/AWEzvXMLNode.m	Sat Oct 31 13:38:32 2009 -0500
+++ b/Plugins/Bonjour/libezv/Private Classes/AWEzvXMLNode.m	Sat Oct 31 13:40:47 2009 -0500
@@ -77,7 +77,7 @@
 		[attributes setObject:value forKey:property];
 	else {
 		NSLog(@"WARNING: %@ attempted to set %@ for %@", self, value, property);
-		AILogWithSignature(@"WARNING: %@ attempted to set %@ for %@", self, value, propery);
+		AILogWithSignature(@"WARNING: %@ attempted to set %@ for %@", self, value, property);
 	}
 
 }




More information about the commits mailing list