From 2b0f00c32cb051f8cf074747e26387620f541ca0 Mon Sep 17 00:00:00 2001 From: kergoth Date: Sun, 26 Jan 2003 03:54:52 +0000 Subject: Removed /etc backup, its virtually useless, and restoring a /etc backup when your package versions have changed could quite easily bork half your packages. --- (limited to 'noncore') diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp index 1ebe912..78d1414 100644 --- a/noncore/settings/backup/backuprestore.cpp +++ b/noncore/settings/backup/backuprestore.cpp @@ -45,9 +45,6 @@ BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name) connect(restoreSource, SIGNAL(activated( int )), this, SLOT(sourceDirChanged(int))); - systemSettings = new QListViewItem(backupList, "System Settings", "", - "/etc"); - selectItem(systemSettings); applicationSettings = new QListViewItem(backupList, "Application Settings", "", QDir::homeDirPath() + "/Settings/"); selectItem(applicationSettings); -- cgit v0.9.0.2