VirtualBox

Ignore:
Timestamp:
Aug 19, 2020 8:47:51 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9623: VM Settings / Storage page: No need to check for DVDs uniqueness anymore during validation since r139977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp

    r85711 r85827  
    32933293            }
    32943294            /* Check for coincidence: */
    3295             if (!uiCommon().medium(key).isNull() && config.contains(key))
     3295            if (!uiCommon().medium(key).isNull() && config.contains(key) && enmDeviceType != KDeviceType_DVD)
    32963296            {
    32973297                message.second << tr("<i>%1</i> is using a disk that is already attached to <i>%2</i>.")
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