From 965a373e7685c8ae2cfc9955efe20424aa95e10c Mon Sep 17 00:00:00 2001 From: hrw Date: Sun, 16 Oct 2005 19:00:43 +0000 Subject: fixed bug #1492 - Backup and Restore does not show list of backups to restore on start --- diff --git a/ChangeLog b/ChangeLog index 53a498d..85a26bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ * #1695 - Date selector use too small fontsize on VGA screen (hrw) * #1686 - opie-console lack UI setting for switching scrollbar (hrw) * #1624 - Button settngs changes are applied only after restart (hrw) + * #1492 - Backup and Restore does not show list of backups to restore on start (hrw) * n.a. - remove hardcoded font size from wellenreiter (hrw) * n.a. - added patch to build QT/E 2.3.10 with gc 4.x.x (hrw) 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 dontBackupList; -- cgit v0.9.0.2