Changeset 9262 for trunk/macosx/Controller.m
- Timestamp:
- Oct 10, 2009, 1:06:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r9257 r9262 172 172 BOOL othersRunning = NO; 173 173 174 if ([NSApp isOnSnowLeopardOrBetter]) 174 #warning enable when 10.6-only 175 /*if ([NSApp isOnSnowLeopardOrBetter]) 175 176 { 176 177 NSArray * apps = [NSRunningApplication runningApplicationsWithBundleIdentifier: [[NSBundle mainBundle] bundleIdentifier]]; 177 178 othersRunning = [apps count] > 1; 178 179 } 179 else 180 else*/ 180 181 { 181 182 NSString * bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];
Note: See TracChangeset
for help on using the changeset viewer.