[PC-BSD Commits] r18770 - in pcbsd/current/src-qt4: pc-firstbootgui pc-installgui
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 4 07:16:28 PDT 2012
Author: kris
Date: 2012-09-04 14:16:28 +0000 (Tue, 04 Sep 2012)
New Revision: 18770
Modified:
pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp
pcbsd/current/src-qt4/pc-installgui/installer.cpp
Log:
Fix an issue, don't ask if user wants to abort when changing languages
Modified: pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp 2012-09-04 13:59:18 UTC (rev 18769)
+++ pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp 2012-09-04 14:16:28 UTC (rev 18770)
@@ -220,7 +220,7 @@
stream << langCode;
lfile.close();
}
- close();
+ exit(0);
}
void Installer::changeLang(QString code)
Modified: pcbsd/current/src-qt4/pc-installgui/installer.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-installgui/installer.cpp 2012-09-04 13:59:18 UTC (rev 18769)
+++ pcbsd/current/src-qt4/pc-installgui/installer.cpp 2012-09-04 14:16:28 UTC (rev 18770)
@@ -802,7 +802,7 @@
stream << langCode;
lfile.close();
}
- close();
+ exit(0);
}
void Installer::changeLang(QString code)
More information about the Commits
mailing list