summaryrefslogtreecommitdiff
path: root/noncore/settings/backup
authorkergoth <kergoth>2003-01-24 04:13:09 (UTC)
committer kergoth <kergoth>2003-01-24 04:13:09 (UTC)
commita50448ae6d0ea041abb7c396c9dddf197ca6f125 (patch) (unidiff)
treeefe91bb5320d49de3e7535f97a569aa67e4be09a /noncore/settings/backup
parentd1fd53434934a0d617e12e43dce52dfcb4d4bdc4 (diff)
downloadopie-a50448ae6d0ea041abb7c396c9dddf197ca6f125.zip
opie-a50448ae6d0ea041abb7c396c9dddf197ca6f125.tar.gz
opie-a50448ae6d0ea041abb7c396c9dddf197ca6f125.tar.bz2
Add 'Application Data' to backup/restore for backing up $HOME/Applications.
Diffstat (limited to 'noncore/settings/backup') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp
index 533d3a5..1ebe912 100644
--- a/noncore/settings/backup/backuprestore.cpp
+++ b/noncore/settings/backup/backuprestore.cpp
@@ -51,6 +51,9 @@ BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name)
51 applicationSettings = new QListViewItem(backupList, "Application Settings", "", 51 applicationSettings = new QListViewItem(backupList, "Application Settings", "",
52 QDir::homeDirPath() + "/Settings/"); 52 QDir::homeDirPath() + "/Settings/");
53 selectItem(applicationSettings); 53 selectItem(applicationSettings);
54 applicationSettings = new QListViewItem(backupList, "Application Data", "",
55 QDir::homeDirPath() + "/Applications/");
56 selectItem(applicationSettings);
54 documents= new QListViewItem(backupList, "Documents", "", 57 documents= new QListViewItem(backupList, "Documents", "",
55 QDir::homeDirPath() + "/Documents/"); 58 QDir::homeDirPath() + "/Documents/");
56 selectItem(documents); 59 selectItem(documents);