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-full-overlay/media-sound/spek/files/spek-0.8.4-disable-updates....

12 lines
300 B

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