Skip to content
Snippets Groups Projects
Commit 413ea7b6 authored by nkour's avatar nkour
Browse files

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

parent 1b6db2b6
No related branches found
No related tags found
No related merge requests found
## 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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment