From df567cdb822e189ac1011024fffa77a70cc736bb Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 29 Jun 2022 16:51:47 +0200 Subject: [PATCH] Clear filename on GUI after running perpetual preremove scripts --- install.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/install.cc b/install.cc index 86811a0..1fdc699 100644 --- a/install.cc +++ b/install.cc @@ -194,6 +194,7 @@ Installer::preremovePerpetual (const std::string& stratum) Progress.SetText3 (i->fullName ().c_str()); i->run(); } + Progress.SetText3 (""); } void -- 2.11.4.GIT