svn commit: r217549 - user/nwhitehorn/bsdinstall/partedit

Nathan Whitehorn nwhitehorn at FreeBSD.org
Tue Jan 18 17:55:25 UTC 2011


Author: nwhitehorn
Date: Tue Jan 18 17:55:24 2011
New Revision: 217549
URL: http://svn.freebsd.org/changeset/base/217549

Log:
  Consistently show the "FreeBSD Installer" backtitle.

Modified:
  user/nwhitehorn/bsdinstall/partedit/part_wizard.c

Modified: user/nwhitehorn/bsdinstall/partedit/part_wizard.c
==============================================================================
--- user/nwhitehorn/bsdinstall/partedit/part_wizard.c	Tue Jan 18 17:50:14 2011	(r217548)
+++ user/nwhitehorn/bsdinstall/partedit/part_wizard.c	Tue Jan 18 17:55:24 2011	(r217549)
@@ -37,9 +37,10 @@ startwizard:
 	free(disk);
 	if (schemeroot == NULL)
 		return (1);
-	dlg_clear();
 
 	geom_deletetree(&mesh);
+	dlg_clear();
+	dlg_put_backtitle();
 	error = geom_gettree(&mesh);
 
 	error = wizard_makeparts(&mesh, schemeroot);


More information about the svn-src-user mailing list