VirtualBox

Changeset 90281 in vbox


Ignore:
Timestamp:
Jul 22, 2021 9:44:32 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996. Fixing a copy paste error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp

    r90280 r90281  
    277277        connect(m_pSizeAndLocationGroup, &UIMediumSizeAndPathGroupBox::sigMediumPathChanged,
    278278                this, &UIWizardNewVMPageExpert::sltMediumPathChanged);
     279    }
    279280
    280281    if (m_pDiskSelectionButton)
     
    286287    //             this, &UIWizardNewVMPageExpert::sltMediaComboBoxIndexChanged);
    287288
    288     }
     289
    289290    connect(m_pFormatButtonGroup, &UIDiskFormatsGroupBox::sigMediumFormatChanged,
    290291            this, &UIWizardNewVMPageExpert::sltMediumFormatChanged);
     
    568569    }
    569570
    570     if (m_enmSelectedDiskSource == SelectedDiskSource_New && uiCommon().medium(m_pDiskSelector->id()).isNull())
     571    if (m_enmSelectedDiskSource == SelectedDiskSource_Existing && uiCommon().medium(m_pDiskSelector->id()).isNull())
    571572    {
    572573        m_pToolBox->setPageTitleIcon(ExpertToolboxItems_Disk,
     
    817818    m_pSizeAndLocationGroup->blockSignals(true);
    818819    m_pSizeAndLocationGroup->updateMediumPath(comMediumFormat, m_pFormatButtonGroup->formatExtensions());
    819     m_pSizeAndLocationGroup->blockSignals(true);
     820    m_pSizeAndLocationGroup->blockSignals(false);
    820821    /* Update the wizard parameters explicitly since we blocked th signals: */
    821822    newVMWizardPropertySet(MediumPath, m_pSizeAndLocationGroup->mediumPath());
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