Version changed
This commit is contained in:
parent
06f43c1e2a
commit
39f161fa6d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue