VirtualBox

Changeset 43695 in vbox


Ignore:
Timestamp:
Oct 22, 2012 10:54:01 AM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Global settings / Proxy page: Regression fix: Revalidation call was accidentally disabled in r81485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp

    r43678 r43695  
    173173    sltAuthToggled();
    174174#endif
     175
     176    /* Revalidate if possible: */
     177    if (m_pValidator)
     178        m_pValidator->revalidate();
    175179}
    176180
     
    183187    m_pPasswordLabel->setEnabled(m_pProxyCheckbox->isChecked() && m_pAuthCheckbox->isChecked());
    184188    m_pPasswordEditor->setEnabled(m_pProxyCheckbox->isChecked() && m_pAuthCheckbox->isChecked());
    185 
    186     /* Revalidate if possible: */
    187     if (m_pValidator)
    188         m_pValidator->revalidate();
    189189}
    190190#endif
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