--- a/Preferences/ConfigurationPages/MasterPasswordEntryDialog.py Sun Sep 29 15:23:19 2013 +0200 +++ b/Preferences/ConfigurationPages/MasterPasswordEntryDialog.py Sun Sep 29 15:54:10 2013 +0200 @@ -97,11 +97,15 @@ def getMasterPassword(self): """ Public method to get the new master password. + + @return new master password (string) """ return self.newPasswordEdit.text() def getCurrentPassword(self): """ Public method to get the current master password. + + @return current master password (string) """ return self.currentPasswordEdit.text()