- Timestamp:
- Aug 15, 2016 2:38:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/vmstarter.mm
r60152 r63485 51 51 /* We need to check if vbox is running already. If so we sent an open 52 52 event. If not we start a new process with the file as parameter. */ 53 NSArray *pApps = [pWS launchedApplications];53 NSArray *pApps = [pWS runningApplications]; 54 54 bool fVBoxRuns = false; 55 55 for (NSDictionary *pDict in pApps)
Note:
See TracChangeset
for help on using the changeset viewer.