adium/adium

Save some precision.
ARC
2012-06-09, Frank Dowsett
fc73bd728f52
Parents 4f1da722ffaf
Children b730a194ef1b
Save some precision.
--- a/Source/AIXtrasManager.m Sat Jun 09 18:13:29 2012 -0400
+++ b/Source/AIXtrasManager.m Sat Jun 09 18:13:30 2012 -0400
@@ -443,7 +443,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)