Changeset 9301 for trunk/macosx/InfoWindowController.m
- Timestamp:
- Oct 12, 2009, 12:19:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r9300 r9301 1146 1146 - (BOOL) canQuickLook 1147 1147 { 1148 if (fCurrentTabTag != TAB_FILES_TAG || ![[self window] isVisible] || ![NSApp isOnSnowLeopardOrBetter]) 1149 return NO; 1150 1151 if ([fTorrents count] != 1) 1148 if (fCurrentTabTag != TAB_FILES_TAG || ![[self window] isVisible] || [fTorrents count] != 1 || ![NSApp isOnSnowLeopardOrBetter]) 1152 1149 return NO; 1153 1150
Note: See TracChangeset
for help on using the changeset viewer.