summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-01-23 07:53:44 +0000
committerjkh <jkh@FreeBSD.org>1998-01-23 07:53:44 +0000
commit5930ad49dbcc48f65a9592a5be43f05d36ae4215 (patch)
tree08906b684d9a6f34a19e45641c784d92cdcf1f8d /release
parent0896cdc6b66b17c89e2ed7ffae2efea7d5927105 (diff)
downloadFreeBSD-src-5930ad49dbcc48f65a9592a5be43f05d36ae4215.zip
FreeBSD-src-5930ad49dbcc48f65a9592a5be43f05d36ae4215.tar.gz
In !dists case, invoke the custom dist menu rather than the toplevel
dist menu. This makes a good deal more sense and should have been this way all along.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/dist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index ee1a415..9a7f686 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.119 1997/10/12 12:11:14 jkh Exp $
+ * $Id: dist.c,v 1.120 1997/10/13 12:12:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -799,7 +799,7 @@ distExtractAll(dialogMenuItem *self)
/* paranoia */
if (!Dists) {
- if (!dmenuOpenSimple(&MenuDistributions, FALSE) || !Dists)
+ if (!dmenuOpenSimple(&MenuSubDistributions, FALSE) || !Dists)
return DITEM_FAILURE | DITEM_RESTORE;
}
OpenPOWER on IntegriCloud