VirtualBox

Ignore:
Timestamp:
Dec 13, 2022 2:52:29 PM (2 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9996: UIWizardImportApp: Fixing small regression in r147391; Check imported file only for local source case; because for cloud source case it's profile name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageSettings.cpp

    r96426 r97795  
    551551void UIWizardImportAppPageSettings::sltAsyncInit()
    552552{
    553     /* If we have file name passed,
     553    /* If we have local source and file name passed,
    554554     * check if specified file contains valid appliance: */
    555     if (   !m_strFileName.isEmpty()
     555    if (   !wizard()->isSourceCloudOne()
     556        && !m_strFileName.isEmpty()
    556557        && !wizard()->setFile(m_strFileName))
    557558    {
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