Changeset 50303 in vbox
- Timestamp:
- Jan 31, 2014 2:27:50 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp
r47149 r50303 115 115 if (!fResult) 116 116 { 117 if ( progress.isNull())117 if (!m_pAppliance->isOk()) 118 118 msgCenter().cannotImportAppliance(*m_pAppliance, this); 119 else 119 else if (!progress.isNull() && (!progress.isOk() || progress.GetResultCode() != 0)) 120 120 msgCenter().cannotImportAppliance(progress, m_pAppliance->GetPath(), this); 121 121 /* Delete the appliance in a case of an error */
Note:
See TracChangeset
for help on using the changeset viewer.