From c53050c0a4394ce9671a1b20d53a371dca6c90ee Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 17 Dec 2007 20:15:06 +0000 Subject: [PATCH] remove 'dh' from version name. Was from pep branch --- src/common/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gajim.py b/src/common/gajim.py index bfc7a555a4..dcb294034b 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 -- GitLab