]> git.pld-linux.org Git - packages/calibre.git/blame - calibre-no-update.patch
- up to 0.7.4
[packages/calibre.git] / calibre-no-update.patch
CommitLineData
eca1c34d 1--- calibre/src/calibre/gui2/update.py~ 2010-06-20 02:32:33.000000000 +0200
2+++ calibre/src/calibre/gui2/update.py 2010-06-23 12:36:15.515849515 +0200
3@@ -40,11 +40,11 @@
4 class UpdateMixin(object):
5
6 def __init__(self, opts):
4b64718b 7- if not opts.no_update_check:
8- self.update_checker = CheckForUpdates(self)
d72aca28 9- self.update_checker.update_found.connect(self.update_found,
10- type=Qt.QueuedConnection)
11- self.update_checker.start()
12+ #if not opts.no_update_check:
13+ # self.update_checker = CheckForUpdates(self)
14+ # self.update_checker.update_found.connect(self.update_found,
15+ # type=Qt.QueuedConnection)
16+ # self.update_checker.start()
6510e75f 17
eca1c34d 18 def update_found(self, version):
19 os = 'windows' if iswindows else 'osx' if isosx else 'linux'
This page took 0.029264 seconds and 4 git commands to generate.