VirtualBox

Changeset 58843 in vbox


Ignore:
Timestamp:
Nov 24, 2015 6:01:45 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8117: VBoxGlobal: Suppressing firstrun wizard (bootable medium selection wizard) when medium is inserted through selector UI.

File:
1 edited

Legend:

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

    r58421 r58843  
    20992099                                                    fMount, false /* retry? */);
    21002100            }
     2101        }
     2102        /* Mounting successful: */
     2103        else
     2104        {
     2105            /* Disable First RUN Wizard: */
     2106            if (gEDataManager->machineFirstTimeStarted(machine.GetId()))
     2107                gEDataManager->setMachineFirstTimeStarted(false, machine.GetId());
    21012108        }
    21022109    }
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