summaryrefslogtreecommitdiff
path: root/wizard/partitions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/partitions.cpp')
-rw-r--r--wizard/partitions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/partitions.cpp b/wizard/partitions.cpp
index d35e94f..05db470 100644
--- a/wizard/partitions.cpp
+++ b/wizard/partitions.cpp
@@ -17,6 +17,7 @@ void wpPartitions::initializePage()
listWidget->clear();
listWidget->addItem(new ListItem(tr("Manual partitioning"), tr("You will have to do the partitioning with a partition-manager manually. This way you have more possibilities to adjust the installation to your needs. The automatic partitioning lacks several features and is only a (computer generated) list of some possible options."), "partitionmanager", "manual"));
listWidget->addItem(new ListItem(tr("Already partitioned"), tr("If you have already partitioned for the installation and don't want to start a partition manager then select this."), "drive-harddisk", "already"));
+ listWidget->setCurrentRow(0);
clearPage();
}