Changeset 43127 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 30, 2012 7:26:29 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80493
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r43104 r43127 1841 1841 } 1842 1842 1843 if (!mVBox.isOk()) 1843 if (!foundMachine.isOk()) 1844 { 1845 msgCenter().cannotOpenSession(foundMachine); 1846 session.detach(); 1847 } 1848 else if (!mVBox.isOk()) 1844 1849 { 1845 1850 msgCenter().cannotOpenSession(mVBox, foundMachine);
Note:
See TracChangeset
for help on using the changeset viewer.