[evolution/gnome-2-28] Bug #590687 - Evolution not restoring data from backup archive



commit 15c0690e58ff81e563752e3500d8ed5d508125c8
Author: Milan Crha <mcrha redhat com>
Date:   Fri Aug 28 15:09:23 2009 +0200

    Bug #590687 - Evolution not restoring data from backup archive

 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 f285938..ca7ab29 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]