summaryrefslogtreecommitdiff
path: root/noncore/settings
authorhrw <hrw>2005-10-16 19:00:43 (UTC)
committer hrw <hrw>2005-10-16 19:00:43 (UTC)
commit965a373e7685c8ae2cfc9955efe20424aa95e10c (patch) (side-by-side diff)
tree2ff27d09825648d8c7b1bb5795de5bf9beb6bb55 /noncore/settings
parent611de84768e4825d6851dc833bd6402efd572383 (diff)
downloadopie-965a373e7685c8ae2cfc9955efe20424aa95e10c.zip
opie-965a373e7685c8ae2cfc9955efe20424aa95e10c.tar.gz
opie-965a373e7685c8ae2cfc9955efe20424aa95e10c.tar.bz2
fixed bug #1492 - Backup and Restore does not show list of backups to restore on start
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp
index eadfb63..711dab3 100644
--- a/noncore/settings/backup/backuprestore.cpp
+++ b/noncore/settings/backup/backuprestore.cpp
@@ -102,6 +102,7 @@ BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name, WFlags f
scanForApplicationSettings();
refreshLocations();
refreshBackupLocations();
+ sourceDirChanged(restoreSource->currentItem());
// Read the list of items to ignore.
QList<QString> dontBackupList;