[PC-BSD Commits] r18453 - pcbsd/current/src-qt4/pc-firstbootgui
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 15 11:54:57 PDT 2012
Author: kris
Date: 2012-08-15 18:54:57 +0000 (Wed, 15 Aug 2012)
New Revision: 18453
Modified:
pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp
Log:
Fix same bug in first boot GUI
Modified: pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp 2012-08-15 18:53:45 UTC (rev 18452)
+++ pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp 2012-08-15 18:54:57 UTC (rev 18453)
@@ -150,7 +150,7 @@
// Slot which is called when the Finish button is clicked
void Installer::slotFinished()
{
- close();
+ qApp->quit();
}
void Installer::slotNext()
More information about the Commits
mailing list