VirtualBox

Changeset 24908 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 24, 2009 2:25:40 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: 4425: The Settings->Storage->Hard Disk combo doesn't get update when it should: Should be fixed.

File:
1 edited

Legend:

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

    r24877 r24908  
    24262426        for (; it != mMediaList.end(); ++ it)
    24272427        {
     2428            /* skip null medium that come first */
     2429            if ((*it).isNull()) continue;
     2430
    24282431            if ((*it).type() != VBoxDefs::MediumType_HardDisk)
    24292432                break;
     
    24542457        for (; it != mMediaList.end(); ++ it)
    24552458        {
     2459            /* skip null medium that come first */
     2460            if ((*it).isNull()) continue;
     2461
    24562462            /* skip HardDisks that come first */
    24572463            if ((*it).type() == VBoxDefs::MediumType_HardDisk)
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