summarylogtreecommitdiffstats
path: root/disable_update.patch
blob: 999db951b0b18c2cfff1c8d711917646357eef70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
The update will not work anyway.
Index: xvst-2.5.1/src/options.cpp
===================================================================
--- xvst-2.5.1.orig/src/options.cpp	2014-01-10 20:22:19.441638438 +0100
+++ xvst-2.5.1/src/options.cpp	2014-01-10 20:22:19.437638438 +0100
@@ -355,9 +355,9 @@
 
 	languageFile = LanguageManager::getDefaultUserLanguage(getLanguagesPath()); // "english_uk.language";
 
-	installAutomaticallyUpdates = true;
+	installAutomaticallyUpdates = false;
 	lastUpdate = QDate(2007, 01, 01);
-	checkForUpdatesOnStartup = true;
+	checkForUpdatesOnStartup = false;
 	checkForUpdatesEvery = 1;
 
 	displayBugReport = true;