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