src/eric7/Preferences/ConfigurationPages/EmailPage.py

branch
eric7
changeset 10069
435cc5875135
parent 10050
3750abc45d5e
child 10331
c1a2ff7e3575
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
307 self.googleMailInfoLabel.show() 307 self.googleMailInfoLabel.show()
308 self.googleHelpButton.setEnabled(False) 308 self.googleHelpButton.setEnabled(False)
309 Preferences.setUser("UseGoogleMailOAuth2", False) 309 Preferences.setUser("UseGoogleMailOAuth2", False)
310 310
311 311
312 def create(dlg): 312 def create(dlg): # noqa: U100
313 """ 313 """
314 Module function to create the configuration page. 314 Module function to create the configuration page.
315 315
316 @param dlg reference to the configuration dialog 316 @param dlg reference to the configuration dialog
317 @return reference to the instantiated page (ConfigurationPageBase) 317 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial