Version changed

This commit is contained in:
Piotr Gaczkowski 2007-03-29 20:24:30 +00:00
parent 06f43c1e2a
commit 39f161fa6d
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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