[PC-BSD Commits] r6527 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 7 10:23:44 PDT 2010
Author: kris
Date: 2010-04-07 10:23:44 -0700 (Wed, 07 Apr 2010)
New Revision: 6527
Modified:
pcbsd/trunk/SysInstaller/sysinstaller.cpp
Log:
Opps, change page number for rsync forward / backward logic
Modified: pcbsd/trunk/SysInstaller/sysinstaller.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/sysinstaller.cpp 2010-04-07 17:22:19 UTC (rev 6526)
+++ pcbsd/trunk/SysInstaller/sysinstaller.cpp 2010-04-07 17:23:44 UTC (rev 6527)
@@ -304,7 +304,7 @@
if ( radioRestore->isChecked() ) {
if ( stackWidget->currentIndex() == 3 ) {
startConfigGen();
- setCurrentIndex(6);
+ setCurrentIndex(7);
return;
}
}
@@ -332,7 +332,7 @@
{
// If we are doing a rsync restore need to skip some pages
if ( radioRestore->isChecked() ) {
- if ( stackWidget->currentIndex() == 6 ) {
+ if ( stackWidget->currentIndex() == 7 ) {
setCurrentIndex(3);
return;
}
More information about the Commits
mailing list