Changeset 9268
- Timestamp:
- Oct 10, 2009, 1:24:13 PM (13 years ago)
- Location:
- trunk/macosx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r9267 r9268 172 172 BOOL othersRunning = NO; 173 173 174 #warning enable when 10.6-only 175 /*if ([NSApp isOnSnowLeopardOrBetter]) 176 { 177 NSArray * apps = [NSRunningApplication runningApplicationsWithBundleIdentifier: [[NSBundle mainBundle] bundleIdentifier]]; 174 if ([NSApp isOnSnowLeopardOrBetter]) 175 { 176 NSArray * apps = [NSRunningApplicationSL runningApplicationsWithBundleIdentifier: [[NSBundle mainBundle] bundleIdentifier]]; 178 177 othersRunning = [apps count] > 1; 179 178 } 180 else */179 else 181 180 { 182 181 NSString * bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier]; -
trunk/macosx/NSApplicationAdditions.h
r9267 r9268 24 24 25 25 #define QLPreviewPanelSL NSClassFromString(@"QLPreviewPanel") 26 #define NSRunningApplicationSL NSClassFromString(@"NSRunningApplication") 26 27 27 28 @interface NSApplication (NSApplicationAdditions) -
trunk/macosx/TorrentTableView.h
r9267 r9268 32 32 #define GROUP_SEPARATOR_HEIGHT 18.0 33 33 34 #warning revert34 #warning uncomment 35 35 @interface TorrentTableView : NSOutlineView //<QLPreviewPanelDataSource, QLPreviewPanelDelegate> 36 36 {
Note: See TracChangeset
for help on using the changeset viewer.