From 9c14258e9fcffdabeada9e124dc6c7b3d1242414 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Wed, 17 Apr 2013 18:10:08 +0000 Subject: [PATCH] verify need to check version in GUI git-svn-id: http://comictagger.googlecode.com/svn/trunk@610 6c5673fe-1810-88d6-992b-cd32ca31540c --- comictaggerlib/taggerwindow.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comictaggerlib/taggerwindow.py b/comictaggerlib/taggerwindow.py index cd232dd..0312abb 100644 --- a/comictaggerlib/taggerwindow.py +++ b/comictaggerlib/taggerwindow.py @@ -220,7 +220,8 @@ class TaggerWindow( QtGui.QMainWindow): self.settings.send_usage_stats = True self.settings.ask_about_usage_stats = False - self.checkLatestVersionOnline() + if self.settings.check_for_new_version: + self.checkLatestVersionOnline() def sigint_handler(self, *args): # defer the actual close in the app loop thread