Skip to content

Commit

Permalink
[#243 state:resolved] : Error in CPTabView.indexOfTabViewItemWithIden…
Browse files Browse the repository at this point in the history
…tifier
  • Loading branch information
tbalthazar committed Mar 27, 2009
1 parent 4ffed5e commit 5cd17d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPTabView.j
Original file line number Diff line number Diff line change
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 5cd17d7

Please sign in to comment.