Changeset 43695 in vbox
- Timestamp:
- Oct 22, 2012 10:54:01 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp
r43678 r43695 173 173 sltAuthToggled(); 174 174 #endif 175 176 /* Revalidate if possible: */ 177 if (m_pValidator) 178 m_pValidator->revalidate(); 175 179 } 176 180 … … 183 187 m_pPasswordLabel->setEnabled(m_pProxyCheckbox->isChecked() && m_pAuthCheckbox->isChecked()); 184 188 m_pPasswordEditor->setEnabled(m_pProxyCheckbox->isChecked() && m_pAuthCheckbox->isChecked()); 185 186 /* Revalidate if possible: */187 if (m_pValidator)188 m_pValidator->revalidate();189 189 } 190 190 #endif
Note:
See TracChangeset
for help on using the changeset viewer.