summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 01:53:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 01:53:24 -0600
commitab30808a02417f4cb2320c9770acc223e72721fa (patch)
treea173c2d559eb1d439253cb7718ac5e888ac23eb4 /lilo-config/kde-qt-common
parentd2811f2c1ad7edbc344e4e4973704b8924e8eba0 (diff)
downloadtdeadmin-ab30808a02417f4cb2320c9770acc223e72721fa.tar.gz
tdeadmin-ab30808a02417f4cb2320c9770acc223e72721fa.zip
Fix unintended rename of disklist
Diffstat (limited to 'lilo-config/kde-qt-common')
-rw-r--r--lilo-config/kde-qt-common/general.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/general.cpp b/lilo-config/kde-qt-common/general.cpp
index 2080a87..2040025 100644
--- a/lilo-config/kde-qt-common/general.cpp
+++ b/lilo-config/kde-qt-common/general.cpp
@@ -45,7 +45,7 @@ General::General(liloconf *l, TQWidget *parent, const char *name):TQWidget(paren
TQLabel *drive_lbl=new TQLabel(_("Install &boot record to drive/partition:"), drv);
drive=new TQComboBox(false, drv);
drive_lbl->setBuddy(drive);
- StringList p=ptable::distdelist();
+ StringList p=ptable::disklist();
p+=ptable::partlist();
p.sort();
for(StringList::const_iterator it=p.begin(); it!=p.end(); it++)