VirtualBox

Changeset 30323 in vbox


Ignore:
Timestamp:
Jun 21, 2010 11:21:39 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Only show first run wizard, if we are not in teleportation mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r30198 r30323  
    15311531
    15321532    /* Shows first run wizard if necessary: */
    1533     if (isFirstTimeStarted())
     1533    const CMachine &machine = session().GetMachine();
     1534    /* Check if we are in teleportation waiting mode. In that case no first run
     1535     * wizard is necessary. */
     1536    KMachineState state = machine.GetState();
     1537    if (   isFirstTimeStarted()
     1538        && !((   state == KMachineState_PoweredOff
     1539              || state == KMachineState_Aborted
     1540              || state == KMachineState_Teleported)
     1541             && machine.GetTeleporterEnabled()))
    15341542    {
    15351543        UIFirstRunWzd wzd(mainMachineWindow(), session().GetMachine());
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