From bb5231bdf7449f914d3de85c7847ac913c937fea Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 1 Aug 2007 04:20:44 +0000 Subject: [PATCH] touchup to new version check --- src/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.py b/src/interface.py index a9eb6fb4b..03cad98d5 100644 --- a/src/interface.py +++ b/src/interface.py @@ -124,7 +124,7 @@ class DelugeGTK: import os, sys py_version = sys.version[:3] file = '/usr/lib/python' + py_version + '/site-packages/deluge/update.py' - os.spawnlp(os.P_NOWAIT, 'python', 'python', file, '0.5.3') + os.spawnlp(os.P_NOWAIT, 'python', 'python', file, common.PROGRAM_VERSION) if self.config.get("new_releases"): new_release_check()