VirtualBox

Changeset 43127 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 30, 2012 7:26:29 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80493
Message:

FE/Qt: VBox global stuff: Add additional error-handling to open-session mechanism (for IMachine::LockMachine).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r43104 r43127  
    18411841    }
    18421842
    1843     if (!mVBox.isOk())
     1843    if (!foundMachine.isOk())
     1844    {
     1845        msgCenter().cannotOpenSession(foundMachine);
     1846        session.detach();
     1847    }
     1848    else if (!mVBox.isOk())
    18441849    {
    18451850        msgCenter().cannotOpenSession(mVBox, foundMachine);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette