adium 4686:b668e55f19bd: Correct the case of the path for loadin...

commits at adium.im commits at adium.im
Sat Feb 11 04:27:36 UTC 2012


details:	http://hg.adium.im/adium/rev/b668e55f19bd
revision:	4686:b668e55f19bd
branch:		(none)
author:		Frank Dowsett <wixardy at adium.im>
date:		Fri Feb 10 23:26:45 2012 -0500

Correct the case of the path for loading AdiumLibpurplePlugins. Fixes #15840

diffs (12 lines):

diff -r 05a13b42f466 -r b668e55f19bd Plugins/Purple Service/SLPurpleCocoaAdapter.m
--- a/Plugins/Purple Service/SLPurpleCocoaAdapter.m	Thu Feb 09 22:24:22 2012 -0500
+++ b/Plugins/Purple Service/SLPurpleCocoaAdapter.m	Fri Feb 10 23:26:45 2012 -0500
@@ -92,7 +92,7 @@
 {
 	libpurplePluginArray = [[NSMutableArray alloc] init];
 
-	for (NSString *libpurplePluginPath in [adium allResourcesForName:@"Plugins"
+	for (NSString *libpurplePluginPath in [adium allResourcesForName:@"PlugIns"
 													  withExtensions:@"AdiumLibpurplePlugin"]) {
 		[AICorePluginLoader loadPluginAtPath:libpurplePluginPath
 							  confirmLoading:YES




More information about the commits mailing list