VirtualBox

Ignore:
Timestamp:
Mar 11, 2015 3:41:42 PM (10 years ago)
Author:
vboxsync
Message:

Main: if the guest notifies us about a medium ejected, save the settings to make the change permanent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r54625 r54716  
    1074210742                    rc = pThis->pConsole->mControl->EjectMedium(pMediumAtt, pNewMediumAtt.asOutParam());
    1074310743                    if (SUCCEEDED(rc))
     10744                    {
     10745                        pThis->pConsole->mMachine->SaveSettings();
    1074410746                        fireMediumChangedEvent(pThis->pConsole->mEventSource, pNewMediumAtt);
     10747                    }
    1074510748
    1074610749                    alock.acquire();
Note: See TracChangeset for help on using the changeset viewer.

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