VirtualBox

Ignore:
Timestamp:
Nov 16, 2010 10:13:01 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: Machine Settings / Network page: Some cleanup.

File:
1 edited

Legend:

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

    r34004 r34094  
    632632        /* Creating adapter's page: */
    633633        UIMachineSettingsNetwork *pPage = new UIMachineSettingsNetwork(this, mDisableStaticControls);
    634 
    635634        /* Attach adapter's page to Tab Widget: */
    636635        mTwAdapters->addTab(pPage, pPage->pageTitle());
    637 
    638         /* Disable tab page of disabled adapter if it is being configured dynamically: */
    639         if (mDisableStaticControls && !m_cache.m_items[iSlot].m_fAdapterEnabled)
    640             mTwAdapters->setTabEnabled(iSlot, false);
    641636    }
    642637}
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