summaryrefslogtreecommitdiff
path: root/media-gfx/converseen/files/converseen-0.9.9.0-no-update.patch
blob: f4dad00586ab3bd500843790b8f70d8e3c14a770 (plain)
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: no
Last-Update: 2018-08-21
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Bug-Debian: https://bugs.debian.org/761944

---

--- a/src/mainwindowimpl.cpp
+++ b/src/mainwindowimpl.cpp
@@ -1012,7 +1012,7 @@ void MainWindowImpl::openFlattrLink()
 void MainWindowImpl::checkForUpdates()
 {
     UpdateChecker *up = new UpdateChecker();
-    up->checkForUpdates();
+//    up->checkForUpdates();
 }
 
 void MainWindowImpl::bugReport()