VirtualBox

Changeset 48554 in vbox for trunk


Ignore:
Timestamp:
Sep 19, 2013 5:23:26 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89105
Message:

FE/Qt: Small bug-fix for r89083.

File:
1 edited

Legend:

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

    r48553 r48554  
    9696    m_strHostInterfaceName = wipedOutString(adapterData.m_strHostInterfaceName);
    9797    m_strGenericDriverName = wipedOutString(adapterData.m_strGenericDriverName);
     98    m_strNATNetworkName = wipedOutString(adapterData.m_strNATNetworkName);
    9899    /* Handle attachment type change: */
    99100    sltHandleAttachmentTypeChange();
     
    832833            adapterData.m_strHostInterfaceName = wipedOutString(adapter.GetHostOnlyInterface());
    833834            adapterData.m_strGenericDriverName = wipedOutString(adapter.GetGenericDriver());
     835            adapterData.m_strNATNetworkName = wipedOutString(adapter.GetNATNetwork());
    834836
    835837            /* Gather advanced options: */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette