summaryrefslogtreecommitdiff
path: root/media-sound/spek/files/spek-0.8.1-disable-updates.patch
blob: e035a4c608192980238d64b42d2dd4dc372c9ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- spek-0.8.1/src/spek-preferences.cc
+++ spek-0.8.1/src/spek-preferences.cc
@@ -62,7 +62,7 @@
 
 bool SpekPreferences::get_check_update()
 {
-    bool result = true;
+    bool result = false;
     this->config->Read(wxT("/update/check"), &result);
     return result;
 }