public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/spek/files: spek-0.8.1-disable-updates.patch
@ 2012-10-06 10:24 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-10-06 10:24 UTC (permalink / raw
  To: gentoo-commits

xmw         12/10/06 10:24:22

  Added:                spek-0.8.1-disable-updates.patch
  Log:
  Version bump, disable update check by default.
  
  (Portage version: 2.1.11.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/spek/files/spek-0.8.1-disable-updates.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spek/files/spek-0.8.1-disable-updates.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spek/files/spek-0.8.1-disable-updates.patch?rev=1.1&content-type=text/plain

Index: spek-0.8.1-disable-updates.patch
===================================================================
--- 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;
 }





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-06 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 10:24 [gentoo-commits] gentoo-x86 commit in media-sound/spek/files: spek-0.8.1-disable-updates.patch Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox