[PATCH 1 of 2] Hide after selecting to install the update

Wald Commits scm-commit at wald.intevation.org
Fri Aug 8 14:37:34 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1407501422 -7200
# Node ID b61d5a289d8f86db077422408521377b7dd00e2c
# Parent  4087e489f569857017f957d587a7d8b2df763190
Hide after selecting to install the update

diff -r 4087e489f569 -r b61d5a289d8f ui/mainwindow.cpp
--- a/ui/mainwindow.cpp	Fri Aug 08 13:06:28 2014 +0200
+++ b/ui/mainwindow.cpp	Fri Aug 08 14:37:02 2014 +0200
@@ -129,6 +129,7 @@
     }
 
     if (mCurState == NewSoftwareAvailable) {
+        hide();
         verifySWData();
         QString swFileName = mSettings.value("Software/available").toString();
         if (swFileName.isEmpty()) {


More information about the Trustbridge-commits mailing list