dont' load plugin config file twice. Fixes #5914
This commit is contained in:
parent
6d430aa372
commit
409038784a
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ class GajimPluginConfig(UserDict.DictMixin):
|
||||||
locale.getpreferredencoding())
|
locale.getpreferredencoding())
|
||||||
#log.debug('FILE_PATH = %s'%(self.FILE_PATH))
|
#log.debug('FILE_PATH = %s'%(self.FILE_PATH))
|
||||||
self.data = None
|
self.data = None
|
||||||
self.load()
|
|
||||||
|
|
||||||
@log_calls('GajimPluginConfig')
|
@log_calls('GajimPluginConfig')
|
||||||
def __getitem__(self, key):
|
def __getitem__(self, key):
|
||||||
|
|
Loading…
Add table
Reference in a new issue