check_for_new_version move to src from src/common [has gtk stuff]
This commit is contained in:
parent
1b6db2b672
commit
413ea7b6e7
|
@ -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
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue