Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 21:27:29 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309951 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201612122127.uBCLRT6i041593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Mon Dec 12 21:27:29 2016
New Revision: 309951
URL: https://svnweb.freebsd.org/changeset/base/309951

Log:
  Remove an unnecessary call to f_dialog_title_restore()

Modified:
  head/usr.sbin/bsdinstall/scripts/wlanconfig

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Dec 12 21:26:36 2016	(r309950)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Dec 12 21:27:29 2016	(r309951)
@@ -259,7 +259,6 @@ while :; do
 			2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
 		) || exit 1
 		SCANSSID=1
-		f_dialog_title_restore
 		break
 		;;
 	$DIALOG_EXTRA) # Rescan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612122127.uBCLRT6i041593>