$OpenBSD: patch-src_CMainWindow_cpp,v 1.3 2014/10/28 10:00:52 jasper Exp $

Disable update querying dialog by default.

--- src/CMainWindow.cpp.orig	Tue Oct 28 10:27:40 2014
+++ src/CMainWindow.cpp	Tue Oct 28 10:27:48 2014
@@ -1565,7 +1565,7 @@ void CMainWindow::slotDownload()
 void CMainWindow::slotUpdate()
 {
     SETTINGS;
-    int result = cfg.value("checkVersion", -1).toInt();
+    int result = cfg.value("checkVersion", 0).toInt();
     if(result == -1)
     {
         QString msg = tr(
