diff --git a/src/common/contacts.py b/src/common/contacts.py
index 08f559ec0d0fc5584eeb82894ab698f6e0cc669b..9bad04f83f18b4027af6cd0ee8865749c0a49561 100644
--- a/src/common/contacts.py
+++ b/src/common/contacts.py
@@ -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
diff --git a/src/common/gajim.py b/src/common/gajim.py
index add7911e58ef5e8f9ee4a60d720677b48b40d346..9b23b1887d6837c9f2b29faa14a18be9eb4108da 100644
--- a/src/common/gajim.py
+++ b/src/common/gajim.py
@@ -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