From 61547e027bece2dac236b534d9cee65c72b2ae6d Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 17 Dec 1999 02:46:04 +0000 Subject: In retrospect, msgNotify() should leave its contents on the screen longer to give the user something to look at while things are happening. Change it to do so and insert the appropriate screen saves elsewhere. --- release/sysinstall/install.c | 1 + 1 file changed, 1 insertion(+) (limited to 'release/sysinstall/install.c') diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 8d9da8176a453..1b8c43e6bc6f0 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -961,6 +961,7 @@ installFilesystems(dialogMenuItem *self) command_sort(); command_execute(); + dialog_clear_norefresh(); return DITEM_SUCCESS; } -- cgit v1.2.3