diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-11 18:33:24 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-11 18:33:24 +0800 |
commit | 29267d077d14df77090cc200b791020274c5e31d (patch) | |
tree | cbcb2fa99c5666cff9bae3e54fa5dd0ae8edd5cc /widgets/misc/e-image-chooser.c | |
parent | 9acafe39eb468bea91367555af7cb19cbcd4007f (diff) | |
download | gsoc2013-evolution-29267d077d14df77090cc200b791020274c5e31d.tar.gz gsoc2013-evolution-29267d077d14df77090cc200b791020274c5e31d.tar.zst gsoc2013-evolution-29267d077d14df77090cc200b791020274c5e31d.zip |
Remove e-util-marshal.list in current directory, and use the copy in
2006-01-10 Simon Zheng <simon.zheng@sun.com>
* Makefile.am:
* e-dateedit.c:
* e-image-chooser.c:
* e-printable.c:
* e-reflow-model.c:
* e-reflow.c:
* e-search-bar.c:
* e-selection-model.c:
* gal-combo-box.c:
Remove e-util-marshal.list in current directory, and
use the copy in evolution/e-util directory instead.
*e-util-marshal.list: removed
svn path=/trunk/; revision=31134
Diffstat (limited to 'widgets/misc/e-image-chooser.c')
-rw-r--r-- | widgets/misc/e-image-chooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-image-chooser.c b/widgets/misc/e-image-chooser.c index 60529de65b..ed147c6d13 100644 --- a/widgets/misc/e-image-chooser.c +++ b/widgets/misc/e-image-chooser.c @@ -33,7 +33,7 @@ #include <libgnome/gnome-i18n.h> #include "e-image-chooser.h" -#include "e-util-marshal.h" +#include "e-util/e-util-marshal.h" struct _EImageChooserPrivate { |