3780 """ |
3780 """ |
3781 self.passwordManager().mainPasswordChanged(oldPassword, newPassword) |
3781 self.passwordManager().mainPasswordChanged(oldPassword, newPassword) |
3782 if local: |
3782 if local: |
3783 # we were called from our local configuration dialog |
3783 # we were called from our local configuration dialog |
3784 Preferences.convertPasswords(oldPassword, newPassword) |
3784 Preferences.convertPasswords(oldPassword, newPassword) |
3785 Utilities.crypto.changeRememberedMain(newPassword) |
3785 EricUtilities.crypto.changeRememberedMain(newPassword) |
3786 |
3786 |
3787 @pyqtSlot() |
3787 @pyqtSlot() |
3788 def __showAcceptedLanguages(self): |
3788 def __showAcceptedLanguages(self): |
3789 """ |
3789 """ |
3790 Private slot to configure the accepted languages for web pages. |
3790 Private slot to configure the accepted languages for web pages. |