diff --git a/src/common/configpaths.py b/src/common/configpaths.py index 2fcf50647..f7e09a686 100644 --- a/src/common/configpaths.py +++ b/src/common/configpaths.py @@ -41,7 +41,7 @@ class ConfigPaths: self.root = os.path.join(fse(os.environ[u'appdata']), u'Gajim') except KeyError: # win9x, in cwd - self.root = u'' + self.root = u'.' else: # Unices # Pass in an Unicode string, and hopefully get one back. self.root = os.path.expanduser(u'~/.gajim')