VirtualBox

Changeset 77212 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 8, 2019 9:10:04 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9340. Passing correct guest os ID

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

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

    r77189 r77212  
    27962796{
    27972797    /* Initialize variables: */
    2798     const CGuestOSType comGuestOSType = vboxGlobal().virtualBox().GetGuestOSType(strMachineGuestOSTypeId);
     2798    const CGuestOSType comGuestOSType = virtualBox().GetGuestOSType(strMachineGuestOSTypeId);
    27992799    const QFileInfo fileInfo(strMachineFolder);
    28002800    /* Show New VD wizard: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp

    r77186 r77212  
    6969                                                           fieldImp("machineBaseName").toString(),
    7070                                                           fieldImp("machineFolder").toString(),
    71                                                            fieldImp("type").value<CGuestOSType>().GetFamilyId());
     71                                                           fieldImp("type").value<CGuestOSType>().GetId());
    7272
    7373    if (returnCode == static_cast<int>(UIMediumSelector::ReturnCode_Accepted) && !uMediumId.isNull())
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