Changeset 33920 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 9, 2010 5:35:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r33915 r33920 1806 1806 UISettingsPageMachine::fetchData(data); 1807 1807 1808 /* Enumerate Mediums. We need at least the MediaList filled, so this is the 1809 * lasted point, where we can start. The rest of the media checking is done 1810 * in a background thread. */ 1811 vboxGlobal().startEnumeratingMedia(); 1812 1808 1813 /* Fill internal variables with corresponding values: */ 1809 1814 m_cache.m_strMachineId = m_machine.GetId(); … … 2063 2068 if (!mIsPolished) 2064 2069 { 2065 /* Enumerate Mediums */2066 vboxGlobal().startEnumeratingMedia();2067 2068 2070 mIsPolished = true; 2069 2071
Note:
See TracChangeset
for help on using the changeset viewer.