check_for_new_version move to src from src/common [has gtk stuff]

This commit is contained in:
Nikos Kouremenos 2005-05-07 14:02:16 +00:00
parent 1b6db2b672
commit 413ea7b6e7
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
## common/check_for_new_version.py
##
## Gajim Team:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
## Copyright (C) 2003-2005 Gajim Team

View File

@ -31,7 +31,7 @@ import os
import sre
import signal
import common.sleepy
import common.check_for_new_version
import check_for_new_version
from common import gajim
from common import connection
@ -696,7 +696,7 @@ class Interface:
self.show_systray()
if not gajim.config.get('check_for_new_version'):
common.check_for_new_version.Check_for_new_version_dialog(self)
check_for_new_version.Check_for_new_version_dialog(self)
self.init_regexp()