Changeset 34094 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 16, 2010 10:13:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp
r34004 r34094 632 632 /* Creating adapter's page: */ 633 633 UIMachineSettingsNetwork *pPage = new UIMachineSettingsNetwork(this, mDisableStaticControls); 634 635 634 /* Attach adapter's page to Tab Widget: */ 636 635 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);641 636 } 642 637 }
Note:
See TracChangeset
for help on using the changeset viewer.