summarylogtreecommitdiffstats
path: root/disable-auto-update.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable-auto-update.patch')
-rw-r--r--disable-auto-update.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/disable-auto-update.patch b/disable-auto-update.patch
new file mode 100644
index 000000000000..a21619150c84
--- /dev/null
+++ b/disable-auto-update.patch
@@ -0,0 +1,10 @@
+--- a/ankiqt/ui/main.py 2011-03-28 09:33:31.000000000 +0200
++++ b/ankiqt/ui/main.py 2014-01-12 11:38:39.058868490 +0100
+@@ -2615,7 +2615,6 @@
+
+ def setupAutoUpdate(self):
+ self.autoUpdate = ui.update.LatestVersionFinder(self)
+- self.connect(self.autoUpdate, SIGNAL("newVerAvail"), self.newVerAvail)
+ self.connect(self.autoUpdate, SIGNAL("newMsg"), self.newMsg)
+ self.connect(self.autoUpdate, SIGNAL("clockIsOff"), self.clockIsOff)
+ self.autoUpdate.start()