Changeset 31008 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.cpp
- Timestamp:
- Jul 22, 2010 3:24:27 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.cpp
r30868 r31008 444 444 445 445 /* Whether another direct session is open or not */ 446 bool busy = mSessionState != KSessionState_ Closed;446 bool busy = mSessionState != KSessionState_Unlocked; 447 447 448 448 /* Machine state of the current state item */ … … 571 571 572 572 /* Open a direct session (this call will handle all errors) */ 573 bool busy = mSessionState != KSessionState_ Closed;573 bool busy = mSessionState != KSessionState_Unlocked; 574 574 CSession session = vboxGlobal().openSession (mMachineId, busy /* aExisting */); 575 575 if (session.isNull()) … … 641 641 { 642 642 /* Open a direct session (this call will handle all errors) */ 643 bool busy = mSessionState != KSessionState_ Closed;643 bool busy = mSessionState != KSessionState_Unlocked; 644 644 CSession session = vboxGlobal().openSession (mMachineId, busy /* aExisting */); 645 645 if (session.isNull())
Note:
See TracChangeset
for help on using the changeset viewer.