VirtualBox

Changeset 8389 in vbox for trunk/src


Ignore:
Timestamp:
Apr 25, 2008 2:27:48 PM (17 years ago)
Author:
vboxsync
Message:

SATA ui: Processed situation when no free VDI available to be selected for particular attachment of some VM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h

    r8384 r8389  
    678678    {
    679679        QString id = item->getId().toString();
    680         if (idList.contains (id))
     680        if (item->getId().isNull())
     681        {
     682            result = tr ("No hard disk is selected for <i>%1</i>")
     683                .arg (item->text (0));
     684            break;
     685        }
     686        else if (idList.contains (id))
    681687        {
    682688            result = tr ("<i>%1</i> uses the hard disk that is already "
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