summarylogtreecommitdiffstats
path: root/disable-auto-update.patch
blob: a21619150c8463b7fcc9c69d63e79c8a628af0e6 (plain)
1
2
3
4
5
6
7
8
9
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()