# HG changeset patch
# User Andre Heinecke <andre.heinecke@intevation.de>
# Date 1411977784 -7200
# Node ID 3594192641996084e869933f9cfe1a7681f13f28
# Parent  b8ec9a52eae827ec21336e834c0cb1f67bcf2617
(issue44) finish slot renaming from restart to startafterupdate

diff -r b8ec9a52eae8 -r 359419264199 ui/mainwindow.cpp
--- a/ui/mainwindow.cpp	Mon Sep 29 08:59:53 2014 +0200
+++ b/ui/mainwindow.cpp	Mon Sep 29 10:03:04 2014 +0200
@@ -469,7 +469,7 @@
             qDebug() << "Failed to start process.";
         }
         connect(updaterProcess, SIGNAL(finished(int, QProcess::ExitStatus)),
-                this, SLOT(restart()));
+                this, SLOT(updaterFinished()));
         return;
     }