Thu, 07 Apr 2022 18:34:27 +0200
Fixed a silly typo in PluginManagerPage.
eric7/Preferences/ConfigurationPages/PluginManagerPage.py | file | annotate | diff | comparison | revisions |
--- a/eric7/Preferences/ConfigurationPages/PluginManagerPage.py Thu Apr 07 18:33:33 2022 +0200 +++ b/eric7/Preferences/ConfigurationPages/PluginManagerPage.py Thu Apr 07 18:34:27 2022 +0200 @@ -107,7 +107,7 @@ Preferences.setUI( "PluginRepositoryUrl7", self.repositoryUrlEdit.text()) - Preferences.getPluginManager( + Preferences.setPluginManager( "AutoInstallDependencies", self.autoInstallCheckBox.isChecked())