From 13dd7b235041c511c1ee7a42b66e5247ba2da8f9 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 6 Feb 2003 15:35:20 +0000 Subject: clean up, update, etc * Makefile.am: clean up, update, etc * component-factory.c: #include string.h * e-summary.c (e_pixmap_file): s/IMAGEDIR/IMAGESDIR/ * e-summary-rdf.c: Fix some warnings svn path=/trunk/; revision=19802 --- my-evolution/e-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'my-evolution/e-summary.c') diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 414e94d73a..3723d65c4c 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -290,7 +290,7 @@ e_pixmap_file (const char *filename) } /* Try the evolution images dir */ - edir = g_concat_dir_and_file (EVOLUTION_IMAGEDIR, filename); + edir = g_concat_dir_and_file (EVOLUTION_IMAGESDIR, filename); if (g_file_exists (edir)) { ret = g_strdup (edir); -- cgit