typo
This commit is contained in:
parent
8295089b95
commit
40edf1d0f2
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class PluginManager(object):
|
|||
'''
|
||||
Registered handlers of GUI extension points.
|
||||
'''
|
||||
for path in [gajim.PLUGINS_DIRS[1], gajim.PLUGINS_DIRS[0]):
|
||||
for path in [gajim.PLUGINS_DIRS[1], gajim.PLUGINS_DIRS[0]]:
|
||||
pc = PluginManager.scan_dir_for_plugins(path)
|
||||
self.add_plugins(pc)
|
||||
self._activate_all_plugins_from_global_config()
|
||||
|
|
Loading…
Add table
Reference in a new issue