From ab30808a02417f4cb2320c9770acc223e72721fa Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Feb 2013 01:53:24 -0600 Subject: Fix unintended rename of disklist --- lilo-config/kde-qt-common/general.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lilo-config/kde-qt-common') 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++) -- cgit v1.2.3