diff options
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; |