Skip to content
Snippets Groups Projects
Commit 39f161fa authored by Piotr Gaczkowski's avatar Piotr Gaczkowski
Browse files

Version changed

parent 06f43c1e
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ class Contact:
self.groups = groups
self.show = show
self.status = status
# FIXME
self.mood = dict()
self.activity = dict()
self.sub = sub
......
......@@ -51,7 +51,7 @@ If you start gajim from svn:
interface = None # The actual interface (the gtk one for the moment)
config = config.Config()
version = config.get('version')
version = config.get('version') + 'dh'
connections = {} # 'account name': 'account (connection.Connection) instance'
verbose = False
......
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