[gnome-initial-setup] Don't ever bail out early if a file can't be copied
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Don't ever bail out early if a file can't be copied
- Date: Sat, 6 Oct 2012 00:37:03 +0000 (UTC)
commit 08a2cab057f63c16d00fd410fee24bd5e6d0bcbc
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Oct 5 20:34:24 2012 -0400
Don't ever bail out early if a file can't be copied
There can be other reasons for the copy failing, just warn and move on.
.../gnome-initial-setup-copy-worker.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gnome-initial-setup/gnome-initial-setup-copy-worker.c b/gnome-initial-setup/gnome-initial-setup-copy-worker.c
index ca1a1ca..b7fc23e 100644
--- a/gnome-initial-setup/gnome-initial-setup-copy-worker.c
+++ b/gnome-initial-setup/gnome-initial-setup-copy-worker.c
@@ -63,9 +63,8 @@ main (int argc,
ret = 1;
-#define FILE(d, x) \
- if (!move_file_from_tmpfs (src, g_get_user_##d##_dir (), x)) \
- goto out;
+#define FILE(d, x) \
+ move_file_from_tmpfs (src, g_get_user_##d##_dir (), x)
FILE (config, "dconf/user");
FILE (config, "goa-1.0/accounts.conf");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]