Skip to content
Snippets Groups Projects
Commit 40903878 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

dont' load plugin config file twice. Fixes #5914

parent 6d430aa3
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,6 @@ class GajimPluginConfig(UserDict.DictMixin):
locale.getpreferredencoding())
#log.debug('FILE_PATH = %s'%(self.FILE_PATH))
self.data = None
self.load()
@log_calls('GajimPluginConfig')
def __getitem__(self, key):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment