-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | noncore/settings/backup/backuprestore.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,8 +9,9 @@ | |||
9 | ---------- | 9 | ---------- |
10 | * #1695 - Date selector use too small fontsize on VGA screen (hrw) | 10 | * #1695 - Date selector use too small fontsize on VGA screen (hrw) |
11 | * #1686 - opie-console lack UI setting for switching scrollbar (hrw) | 11 | * #1686 - opie-console lack UI setting for switching scrollbar (hrw) |
12 | * #1624 - Button settngs changes are applied only after restart (hrw) | 12 | * #1624 - Button settngs changes are applied only after restart (hrw) |
13 | * #1492 - Backup and Restore does not show list of backups to restore on start (hrw) | ||
13 | * n.a. - remove hardcoded font size from wellenreiter (hrw) | 14 | * n.a. - remove hardcoded font size from wellenreiter (hrw) |
14 | * n.a. - added patch to build QT/E 2.3.10 with gc 4.x.x (hrw) | 15 | * n.a. - added patch to build QT/E 2.3.10 with gc 4.x.x (hrw) |
15 | 16 | ||
16 | 2005-09-11Opie 1.2.1 | 17 | 2005-09-11Opie 1.2.1 |
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 | |||
@@ -101,8 +101,9 @@ BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name, WFlags f | |||
101 | 101 | ||
102 | scanForApplicationSettings(); | 102 | scanForApplicationSettings(); |
103 | refreshLocations(); | 103 | refreshLocations(); |
104 | refreshBackupLocations(); | 104 | refreshBackupLocations(); |
105 | sourceDirChanged(restoreSource->currentItem()); | ||
105 | 106 | ||
106 | // Read the list of items to ignore. | 107 | // Read the list of items to ignore. |
107 | QList<QString> dontBackupList; | 108 | QList<QString> dontBackupList; |
108 | dontBackupList.setAutoDelete(true); | 109 | dontBackupList.setAutoDelete(true); |