Package: dpuser / 4.3+dfsg-1

Remove-the-update-check.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Ole Streicher <olebole@debian.org>
Date: Fri, 22 Jul 2016 14:45:12 +0200
Subject: Remove the update check

This check is currently dummy; it is mainly done to warn when it will get active.
---
 QFitsView/QFitsMainWindow.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/QFitsView/QFitsMainWindow.cpp b/QFitsView/QFitsMainWindow.cpp
index 4b2a8f0..fb2bd98 100644
--- a/QFitsView/QFitsMainWindow.cpp
+++ b/QFitsView/QFitsMainWindow.cpp
@@ -465,8 +465,6 @@ QFitsMainWindow::QFitsMainWindow(QWidget *parent) : QMainWindow(parent) {
     help->addAction("&Functions");
     help->addAction("&Procedures");
     help->addSeparator();
-QAction *aa = help->addAction("Check for updates...");
-aa->setEnabled(false);
     connect(help, SIGNAL(triggered(QAction *)),
             this, SLOT(helpTriggered(QAction *)));