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-overlay/media-gfx/converseen/files/converseen-0.9.9.0-no-updat...

21 lines
540 B

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()