active plugin installer plugin by default if it's available. Fixes #7655

This commit is contained in:
Yann Leboulanger 2014-02-12 14:04:19 +01:00
parent 506741ff97
commit fbb87bf336
1 changed files with 4 additions and 0 deletions

View File

@ -2754,6 +2754,10 @@ class Interface:
cfg_was_read = parser.read()
if not cfg_was_read:
# enable plugin_installer by default when creating config file
gajim.config.set_per('plugins', 'plugin_installer', 'active', True)
gajim.logger.reset_shown_unread_messages()
# override logging settings from config (don't take care of '-q' option)
if gajim.config.get('verbose'):