[PC-BSD Commits] r17456 - pcbsd/current/src-qt4/pc-firstbootgui
svn at pcbsd.org
svn at pcbsd.org
Tue Jun 26 09:42:54 PDT 2012
Author: kris
Date: 2012-06-26 16:42:54 +0000 (Tue, 26 Jun 2012)
New Revision: 17456
Modified:
pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp
Log:
Fix a bug going back in the first run wizard, make sure next
button is re-enabled
Modified: pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp 2012-06-26 16:28:50 UTC (rev 17455)
+++ pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp 2012-06-26 16:42:54 UTC (rev 17456)
@@ -190,6 +190,8 @@
void Installer::slotBack()
{
+ nextButton->setEnabled(true);
+
if ( installStackWidget->currentIndex() == 1 )
backButton->setVisible(false);
else
More information about the Commits
mailing list