Changeset 11324
- Timestamp:
- Oct 17, 2010, 1:54:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FileOutlineView.m
r10206 r11324 92 92 93 93 //don't allow quick look on add window 94 #warning get rid of conversion of protocol and replace with @protocol(QLPreviewPanelDataSource) 95 if ([NSApp isOnSnowLeopardOrBetter] && firstChar == ' ' && [[[self window] windowController] conformsToProtocol: NSProtocolFromString(@"QLPreviewPanelDataSource")]) 94 if ([NSApp isOnSnowLeopardOrBetter] && firstChar == ' ' && [[[self window] windowController] isKindOfClass: [InfoWindowController class]]) 96 95 { 97 96 if ([[QLPreviewPanelSL sharedPreviewPanel] isVisible])
Note: See TracChangeset
for help on using the changeset viewer.