From af50786d6f38bccab9b4ec69a5268668cb440191 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 22 Mar 2000 16:50:41 +0000 Subject: fix an obvious bug pointed out by gcc svn path=/trunk/; revision=2142 --- e-util/e-setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e-util/e-setup.c b/e-util/e-setup.c index 28a43e3a22..63d376d310 100644 --- a/e-util/e-setup.c +++ b/e-util/e-setup.c @@ -38,7 +38,8 @@ e_setup_base_dir (void) _("Evolution detected that the file `%s' is a not a directory.\n" "\n" "Evolution can rename the file, delete the file or shutdown and\n" - "let you fix the problem.")); + "let you fix the problem."), + evolution_dir); return FALSE; } } -- cgit