Skip to content

Commit 4d6260c

Browse files
committed
Renamed BkmxDocTabViewController to BkmxDocViewController. Although these view controllers do control views within tab views, the addition by Apple of NSTabViewController in OS X 10.10 made these names imply that they are subclasses of NSTabViewController, which they are not.
1 parent c0da10d commit 4d6260c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSYManagedTreeObject.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ - (NSArray*)childrenOrdered {
249249
#3 0x00007fff8f1d1550 in loadItemEntryLazyInfoIfNecessary ()
250250
#4 0x00007fff8f1d143d in -[NSOutlineView itemAtRow:] ()
251251
#5 0x0000000100034d2f in -[BkmxOutlineView objectsAtRowIndexes:] at /Users/jk/Documents/Programming/Projects/BkmkMgrs/BkmxOutlineView.m:82
252-
#6 0x00000001002e1b96 in -[BkmxDocTabViewController outlineViewSelectionDidChange:] at /Users/jk/Documents/Programming/Projects/BkmkMgrs/BkmxDocTabViewController.m:97
252+
#6 0x00000001002e1b96 in -[BkmxDocViewController outlineViewSelectionDidChange:] at /Users/jk/Documents/Programming/Projects/BkmkMgrs/BkmxDocViewController.m:97
253253
254254
STEPS TO REPRODUCE
255255

0 commit comments

Comments
 (0)