You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/spek/files/spek-0.8.1-disable-updates....

12 lines
273 B

--- 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;
}