diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-10-18 11:26:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-18 11:26:31 +0000 |
commit | b35c41080f29c20e0b36c916c5acc607aa6b66d8 (patch) | |
tree | 0e624506b7b9d7bec2208a27a160dc576ca15919 /packages/opie-backup/opie-backup-1.2.1 | |
parent | 34e197df1f3cb221e2afe1c9dc69098352e626d8 (diff) |
opie-backup 1.2.1: CVS backported patch for OPIE bug #1492
- Backup and Restore does not show list of backups to restore on start
Diffstat (limited to 'packages/opie-backup/opie-backup-1.2.1')
-rw-r--r-- | packages/opie-backup/opie-backup-1.2.1/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/opie-backup/opie-backup-1.2.1/1492-bugfix.patch | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/opie-backup/opie-backup-1.2.1/.mtn2git_empty b/packages/opie-backup/opie-backup-1.2.1/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/opie-backup/opie-backup-1.2.1/.mtn2git_empty diff --git a/packages/opie-backup/opie-backup-1.2.1/1492-bugfix.patch b/packages/opie-backup/opie-backup-1.2.1/1492-bugfix.patch new file mode 100644 index 0000000000..3a8bd7280d --- /dev/null +++ b/packages/opie-backup/opie-backup-1.2.1/1492-bugfix.patch @@ -0,0 +1,16 @@ +Index: backup/backuprestore.cpp +=================================================================== +RCS file: /cvs/opie/noncore/settings/backup/backuprestore.cpp,v +retrieving revision 1.42 +retrieving revision 1.43 +diff -u -u -r1.42 -r1.43 +--- backup/backuprestore.cpp 9 Jun 2005 21:04:56 -0000 1.42 ++++ backup/backuprestore.cpp 16 Oct 2005 19:00:43 -0000 1.43 +@@ -102,6 +102,7 @@ + scanForApplicationSettings(); + refreshLocations(); + refreshBackupLocations(); ++ sourceDirChanged(restoreSource->currentItem()); + + // Read the list of items to ignore. + QList<QString> dontBackupList; |