diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 23:35:20 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 23:35:20 +0800 |
commit | 13dd7b235041c511c1ee7a42b66e5247ba2da8f9 (patch) | |
tree | a6fc011df02b02e337a5ca575fd9e2457c999a61 /my-evolution/e-summary.c | |
parent | 4b3ff4825bb86eb801aaa8bc641f754896f152b6 (diff) | |
download | gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar.gz gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.tar.zst gsoc2013-evolution-13dd7b235041c511c1ee7a42b66e5247ba2da8f9.zip |
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
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r-- | my-evolution/e-summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |