VirtualBox

Changeset 83901 in vbox


Ignore:
Timestamp:
Apr 21, 2020 4:12:01 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137433
Message:

Main/Machine: Allow renaming the VM when it is in "Saved" state. Was never a problem dealing with the .sav file since this is also needed since the beginning for renaming VMs with (online) snapshots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r83180 r83901  
    10161016    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    10171017
    1018     HRESULT rc = i_checkStateDependency(MutableStateDep);
     1018    HRESULT rc = i_checkStateDependency(MutableOrSavedStateDep);
    10191019    if (FAILED(rc)) return rc;
    10201020
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