diff --git a/src/common/gajim.py b/src/common/gajim.py index bfc7a555a48e188bee4655114fa1fe230bf82198..dcb294034b74ae7c5081feb66040f4d734191034 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -56,7 +56,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') + 'dh' +version = config.get('version') connections = {} # 'account name': 'account (connection.Connection) instance' verbose = False