aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-08-28 21:09:23 +0800
committerMilan Crha <mcrha@redhat.com>2009-08-28 21:09:23 +0800
commit15c0690e58ff81e563752e3500d8ed5d508125c8 (patch)
tree7479bac5046607ed7719e9a1e7f79a20253889f6
parent0980a0c393cb0da2ee2da3364f92f0343cdbfaa0 (diff)
downloadgsoc2013-evolution-15c0690e58ff81e563752e3500d8ed5d508125c8.tar
gsoc2013-evolution-15c0690e58ff81e563752e3500d8ed5d508125c8.tar.gz
gsoc2013-evolution-15c0690e58ff81e563752e3500d8ed5d508125c8.tar.bz2
gsoc2013-evolution-15c0690e58ff81e563752e3500d8ed5d508125c8.tar.lz
gsoc2013-evolution-15c0690e58ff81e563752e3500d8ed5d508125c8.tar.xz
gsoc2013-evolution-15c0690e58ff81e563752e3500d8ed5d508125c8.tar.zst
gsoc2013-evolution-15c0690e58ff81e563752e3500d8ed5d508125c8.zip
Bug #590687 - Evolution not restoring data from backup archive
-rw-r--r--plugins/backup-restore/backup.c2
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