]> git.pld-linux.org Git - packages/calibre.git/blobdiff - calibre-no-update.patch
- really adjust for new version
[packages/calibre.git] / calibre-no-update.patch
index 70e220020a8809f75fa8f94d982c155bc891de5d..b3172067b2e155dba85a8fd265858795048b3988 100644 (file)
@@ -1,19 +1,11 @@
---- calibre/src/calibre/gui2/update.py~        2010-06-20 02:32:33.000000000 +0200
-+++ calibre/src/calibre/gui2/update.py 2010-06-23 12:36:15.515849515 +0200
-@@ -40,11 +40,11 @@
- class UpdateMixin(object):
+--- calibre/src/calibre/gui2/ui.py~    2010-06-20 02:32:31.000000000 +0200
++++ calibre/src/calibre/gui2/ui.py     2010-06-23 15:30:22.048131203 +0200
+@@ -214,7 +214,7 @@
+         self.latest_version = ' '
+         self.vanity.setText(self.vanity_template%dict(version=' ', device=' '))
+         self.device_info = ' '
+-        UpdateMixin.__init__(self, opts)
++        #UpdateMixin.__init__(self, opts)
  
-     def __init__(self, opts):
--        if not opts.no_update_check:
--            self.update_checker = CheckForUpdates(self)
--            self.update_checker.update_found.connect(self.update_found,
--                    type=Qt.QueuedConnection)
--            self.update_checker.start()
-+        #if not opts.no_update_check:
-+        #    self.update_checker = CheckForUpdates(self)
-+        #    self.update_checker.update_found.connect(self.update_found,
-+        #            type=Qt.QueuedConnection)
-+        #    self.update_checker.start()
-     def update_found(self, version):
-         os = 'windows' if iswindows else 'osx' if isosx else 'linux'
+         ####################### Setup Toolbar #####################
+         ToolbarMixin.__init__(self)
This page took 0.028715 seconds and 4 git commands to generate.