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

fix history manager since configpath has changed (see [8434]). fixes #3378

parent 2f0cd8fd
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ class ConfigPaths:
# for k, v in paths.iteritems():
# print "%s: %s" % (repr(k), repr(v))
def init_profile(self, profile):
def init_profile(self, profile = ''):
conffile = windowsify(u'config')
pidfile = windowsify(u'gajim')
......
......@@ -26,6 +26,9 @@ import time
import locale
from common import i18n
import common.configpaths
common.configpaths.gajimpaths.init()
common.configpaths.gajimpaths.init_profile()
import exceptions
import dialogs
import gtkgui_helpers
......
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