Changeset 33930 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 10, 2010 9:33:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r33923 r33930 1644 1644 /* Apply UI decorations */ 1645 1645 Ui::UIMachineSettingsStorage::setupUi (this); 1646 1647 /* Enumerate Mediums. We need at least the MediaList filled, so this is the 1648 * lasted point, where we can start. The rest of the media checking is done 1649 * in a background thread. */ 1650 vboxGlobal().startEnumeratingMedia(); 1646 1651 1647 1652 /* Initialize pixmap pool */ … … 1799 1804 UISettingsPageMachine::fetchData(data); 1800 1805 1801 /* Enumerate Mediums. We need at least the MediaList filled, so this is the1802 * lasted point, where we can start. The rest of the media checking is done1803 * in a background thread. */1804 vboxGlobal().startEnumeratingMedia();1805 1806 1806 /* Fill internal variables with corresponding values: */ 1807 1807 m_cache.m_strMachineId = m_machine.GetId();
Note:
See TracChangeset
for help on using the changeset viewer.