adium 5282:654724e33a5d: grumble grumble grumble
commits at adium.im
commits at adium.im
Mon Jan 28 18:54:49 UTC 2013
details: http://hg.adium.im/adium/rev/654724e33a5d
revision: 5282:654724e33a5d
branch: adium-1.6
author: Thijs Alkemade <me at thijsalkema.de>
date: Mon Jan 28 19:54:39 2013 +0100
grumble grumble grumble
Fixes #16293
diffs (11 lines):
diff -r b41d555405da -r 654724e33a5d Source/AIPreferenceWindowController.m
--- a/Source/AIPreferenceWindowController.m Mon Jan 28 19:34:03 2013 +0100
+++ b/Source/AIPreferenceWindowController.m Mon Jan 28 19:54:39 2013 +0100
@@ -646,7 +646,6 @@
NSString *paneName = [[(NSURL *)foundURLs[i] pathComponents] objectAtIndex:1];
AIPreferencePane *pane = [panes objectForKey:paneName];
[results addObject:[NSDictionary dictionaryWithObjectsAndKeys:[(NSURL *)foundURLs[i] lastPathComponent], @"title", pane, @"pane", [NSNumber numberWithFloat:foundScores[i]], @"score", nil]];
- [(NSURL *)foundURLs[i] release];
NSUInteger idx = [generalPaneArray indexOfObject:pane];
if (idx != NSNotFound)
[generalIndexes addIndex:idx];
More information about the commits
mailing list