Changeset 24908 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 24, 2009 2:25:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r24877 r24908 2426 2426 for (; it != mMediaList.end(); ++ it) 2427 2427 { 2428 /* skip null medium that come first */ 2429 if ((*it).isNull()) continue; 2430 2428 2431 if ((*it).type() != VBoxDefs::MediumType_HardDisk) 2429 2432 break; … … 2454 2457 for (; it != mMediaList.end(); ++ it) 2455 2458 { 2459 /* skip null medium that come first */ 2460 if ((*it).isNull()) continue; 2461 2456 2462 /* skip HardDisks that come first */ 2457 2463 if ((*it).type() == VBoxDefs::MediumType_HardDisk)
Note:
See TracChangeset
for help on using the changeset viewer.