]> git.pld-linux.org Git - packages/calibre.git/blame - calibre-no-update.patch
- updated for 0.7.1
[packages/calibre.git] / calibre-no-update.patch
CommitLineData
d72aca28 1--- calibre/src/calibre/gui2/ui.py~ 2010-06-06 22:46:26.000000000 +0200
2+++ calibre/src/calibre/gui2/ui.py 2010-06-11 19:52:30.581117740 +0200
3@@ -266,11 +266,11 @@
4b64718b 4 self.latest_version = ' '
5 self.vanity.setText(self.vanity_template%dict(version=' ', device=' '))
6 self.device_info = ' '
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()
4b64718b 17 ####################### Status Bar #####################
d72aca28 18 self.status_bar.initialize(self.system_tray_icon)
19 self.status_bar.show_book_info.connect(self.show_book_info)
This page took 0.028548 seconds and 4 git commands to generate.