adium/adium

Save some precision.

2012-06-09, Frank Dowsett
05168b11a63b
Parents 92db93164d65
Children 6535d5c9664e
Save some precision.
(transplanted from fc73bd728f522c001c8f32ce9d39372ac96528cc)
--- a/Source/AIXtrasManager.m Sun Jun 10 12:00:28 2012 -0400
+++ b/Source/AIXtrasManager.m Sat Jun 09 18:13:30 2012 -0400
@@ -459,7 +459,7 @@
- (void)tableViewSelectionDidChange:(NSNotification *)aNotification
{
if ([aNotification object] == xtraList) {
- int selectedRow = [xtraList selectedRow];
+ NSInteger selectedRow = [xtraList selectedRow];
if ((selectedRow >= 0) && (selectedRow < [selectedCategory count])) {
//AIXtraInfo *xtraInfo = [AIXtraInfo infoWithURL:[NSURL fileURLWithPath:[[selectedCategory objectAtIndex:selectedRow] path]]];
// if ([[xtraList selectedRowIndexes] count] == 1)