Skip to content

Commit

Permalink
[cappuccino#243 state:resolved] : Error in CPTabView.indexOfTabViewIt…
Browse files Browse the repository at this point in the history
…emWithIdentifier
  • Loading branch information
tbalthazar authored and Ross Boucher committed Apr 5, 2009
1 parent 51b0231 commit 5500792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPTabView.j
Expand Up @@ -283,7 +283,7 @@ var CPTabViewDidSelectTabViewItemSelector = 1,
count = [_tabViewItems count];

for (; index < count; ++index)
if ([[_tabViewItems[index] identifier] isEqualTo:anIdentifier])
if ([[_tabViewItems[index] identifier] isEqual:anIdentifier])
return index;

return index;
Expand Down

0 comments on commit 5500792

Please sign in to comment.