diff options
author | Milan Crha <mcrha@redhat.com> | 2009-08-28 21:06:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-08-28 21:06:33 +0800 |
commit | d7534a2ac7091c130494000f2d4f4c25b595fa37 (patch) | |
tree | a279cbcf16d4d5f82d268e4175194a77d4a1cec5 /plugins | |
parent | e1676269c4c24375292bf71b965d1f5bdbd0fd3a (diff) | |
download | gsoc2013-evolution-d7534a2ac7091c130494000f2d4f4c25b595fa37.tar.gz gsoc2013-evolution-d7534a2ac7091c130494000f2d4f4c25b595fa37.tar.zst gsoc2013-evolution-d7534a2ac7091c130494000f2d4f4c25b595fa37.zip |
Bug #590687 - Evolution not restoring data from backup archive
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/backup-restore/backup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c index f28593836e..ca7ab293ee 100644 --- a/plugins/backup-restore/backup.c +++ b/plugins/backup-restore/backup.c @@ -324,7 +324,7 @@ check (const gchar *filename) g_message ("Third result %d", result); - return result != 0; + return result == 0; } static gboolean |