From 01b3e9a58be60d613a1575a5cd4341ab143f4ad3 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 17 Jan 1997 08:47:13 +0000 Subject: Now that I know which parts of the installation really need it (since there's no menu display bug to work around now), be far more selective in my use of DITEM_RECREATE (which is slow and involves much screen I/O). --- usr.sbin/sysinstall/disks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/disks.c') diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index b4f0900..7351710 100644 --- a/usr.sbin/sysinstall/disks.c +++ b/usr.sbin/sysinstall/disks.c @@ -514,7 +514,7 @@ diskPartitionEditor(dialogMenuItem *self) i = dmenuOpenSimple(menu, FALSE) ? DITEM_SUCCESS : DITEM_FAILURE; free(menu); } - i = i | DITEM_RECREATE; + i = i | DITEM_RESTORE; } return i; } -- cgit v1.1