From 327fbe8316ca0b5131bdc124c529feccb656fc65 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 6 Feb 2003 02:56:10 +0000 Subject: We want to copy whats in the default user dir, not the default user dir. 2003-02-06 Not Zed * e-setup.c (copy_default_stuff): We want to copy whats in the default user dir, not the default user dir. svn path=/trunk/; revision=19798 --- shell/ChangeLog | 5 +++++ shell/e-setup.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index fa52f220bc..20a5a9e855 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-02-06 Not Zed + + * e-setup.c (copy_default_stuff): We want to copy whats in the + default user dir, not the default user dir. + 2003-02-05 Dan Winship * Makefile.am (INCLUDES): Define EVOLUTION_IMAGES using diff --git a/shell/e-setup.c b/shell/e-setup.c index a3895f7e3d..66b0934760 100644 --- a/shell/e-setup.c +++ b/shell/e-setup.c @@ -171,7 +171,7 @@ copy_default_stuff (const char *evolution_directory) return FALSE; } - command = g_strconcat ("cp -r " DEFAULT_USER_PATH " ", evolution_directory, NULL); + command = g_strconcat ("cp -r " DEFAULT_USER_PATH "/* ", evolution_directory, NULL); if (system (command) != 0) { /* FIXME: Give more help. */ -- cgit v1.2.3