VirtualBox

Changeset 50303 in vbox


Ignore:
Timestamp:
Jan 31, 2014 2:27:50 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91978
Message:

FE/Qt: 7228: More strict appliance interpret errors handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp

    r47149 r50303  
    115115        if (!fResult)
    116116        {
    117             if (progress.isNull())
     117            if (!m_pAppliance->isOk())
    118118                msgCenter().cannotImportAppliance(*m_pAppliance, this);
    119             else
     119            else if (!progress.isNull() && (!progress.isOk() || progress.GetResultCode() != 0))
    120120                msgCenter().cannotImportAppliance(progress, m_pAppliance->GetPath(), this);
    121121            /* Delete the appliance in a case of an error */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette