3e00138
diff -Nur calibre.orig/src/calibre/gui2/update.py calibre/src/calibre/gui2/update.py
3e00138
--- calibre.orig/src/calibre/gui2/update.py	2010-06-21 19:38:04.000000000 -0600
3e00138
+++ calibre/src/calibre/gui2/update.py	2010-06-21 20:30:50.000000000 -0600
3e00138
@@ -39,12 +39,12 @@
3e00138
 
3e00138
 class UpdateMixin(object):
3e00138
 
3e00138
-    def __init__(self, opts):
Ionuț Arțăriși c3c738d
-        if not opts.no_update_check:
Ionuț Arțăriși c76318b
-            self.update_checker = CheckForUpdates(self)
d4b7b81
-            self.update_checker.update_found.connect(self.update_found,
d4b7b81
-                    type=Qt.QueuedConnection)
d4b7b81
-            self.update_checker.start()
3e00138
+    #def __init__(self, opts):
d4b7b81
+        #if not opts.no_update_check:
d4b7b81
+        #    self.update_checker = CheckForUpdates(self)
d4b7b81
+        #    self.update_checker.update_found.connect(self.update_found,
d4b7b81
+        #            type=Qt.QueuedConnection)
d4b7b81
+        #    self.update_checker.start()
3e00138
 
3e00138
     def update_found(self, version):
3e00138
         os = 'windows' if iswindows else 'osx' if isosx else 'linux'