Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Gaczkowski <doomhammerng@gmail.com>2007-03-30 00:24:30 +0400
committerPiotr Gaczkowski <doomhammerng@gmail.com>2007-03-30 00:24:30 +0400
commit39f161fa6d6342fb57f71faf76e45409787eeb3d (patch)
tree44925b097e33bc4cb4989b2229f9895c56691e21
parent06f43c1e2afec4518f891639c7f6fd8efd28886f (diff)
Version changed
-rw-r--r--src/common/contacts.py1
-rw-r--r--src/common/gajim.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/common/contacts.py b/src/common/contacts.py
index 08f559ec0..9bad04f83 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 add7911e5..9b23b1887 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