From 8f7d183a0c1eaa5f4279a355f74f616d9c5f2a58 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 30 Jul 2019 14:41:42 +0200 Subject: [PATCH] libcalamaresui: don't always fail - The paste-branch was merged too soon. Now undoing the damage. --- src/libcalamaresui/ViewManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcalamaresui/ViewManager.cpp b/src/libcalamaresui/ViewManager.cpp index b0f2b00a8..ae146d0bd 100644 --- a/src/libcalamaresui/ViewManager.cpp +++ b/src/libcalamaresui/ViewManager.cpp @@ -137,8 +137,6 @@ ViewManager::ViewManager( QObject* parent ) if (Calamares::Settings::instance()->disableCancel()) m_quit->setVisible( false ); - -onInstallationFailed("amessage","somedetails"); // TODO: remove this }