- Timestamp:
- May 23, 2008 12:24:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp
r8644 r9077 265 265 int insertPosition = -1; 266 266 for (int i = 0; i < count(); ++ i) 267 if (text (i).localeAwareCompare (aName) > 0) 267 if (text (i).localeAwareCompare (aName) > 0 && 268 !getId (i).isNull()) 268 269 { 269 270 insertPosition = i;
Note:
See TracChangeset
for help on using the changeset viewer.