aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-08-28 21:06:33 +0800
committerMilan Crha <mcrha@redhat.com>2009-08-28 21:06:33 +0800
commitd7534a2ac7091c130494000f2d4f4c25b595fa37 (patch)
treea279cbcf16d4d5f82d268e4175194a77d4a1cec5 /plugins
parente1676269c4c24375292bf71b965d1f5bdbd0fd3a (diff)
downloadgsoc2013-evolution-d7534a2ac7091c130494000f2d4f4c25b595fa37.tar
gsoc2013-evolution-d7534a2ac7091c130494000f2d4f4c25b595fa37.tar.gz
gsoc2013-evolution-d7534a2ac7091c130494000f2d4f4c25b595fa37.tar.bz2
gsoc2013-evolution-d7534a2ac7091c130494000f2d4f4c25b595fa37.tar.lz
gsoc2013-evolution-d7534a2ac7091c130494000f2d4f4c25b595fa37.tar.xz
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.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