VirtualBox

Ignore:
Timestamp:
Nov 9, 2010 5:35:16 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: Again move the startEnumeratingMedia call. We have to make sure the
MediaList is filled when we start fetching the actual data (in the worker
thread).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp

    r33915 r33920  
    18061806    UISettingsPageMachine::fetchData(data);
    18071807
     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
    18081813    /* Fill internal variables with corresponding values: */
    18091814    m_cache.m_strMachineId = m_machine.GetId();
     
    20632068    if (!mIsPolished)
    20642069    {
    2065         /* Enumerate Mediums */
    2066         vboxGlobal().startEnumeratingMedia();
    2067 
    20682070        mIsPolished = true;
    20692071
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