File: no-update.patch

package info (click to toggle)
converseen 0.15.1.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,424 kB
  • sloc: cpp: 3,966; sh: 201; xml: 128; ansic: 9; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Don't check upstream versions
 Don't check new versions page due to privacy concerns.
Forwarded: not-needed
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Bug-Debian: https://bugs.debian.org/761944
Last-Update: 2025-10-25

---

--- a/src/mainwindowimpl.cpp
+++ b/src/mainwindowimpl.cpp
@@ -1302,7 +1302,7 @@ void MainWindowImpl::openPaypalLink()
 void MainWindowImpl::checkForUpdates()
 {
     // Checks for updates at program startup
-    updateChecker->checkForUpdates();
+//    updateChecker->checkForUpdates();
 }
 
 void MainWindowImpl::manualCheckForUpdate()