diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-16 14:17:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:17:42 +0800 |
commit | 735789921be32ee6012a1204e05fddae0026dd2b (patch) | |
tree | ff00ff2a8243758f716ff218929f66512e0ac586 /shell/e-shell.c | |
parent | d0f0cfc884a07a6d012ed4bea3631dc246830480 (diff) | |
download | gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.tar.gz gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.tar.zst gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.zip |
fix error file build/path changes
2005-05-16 Not Zed <NotZed@Ximian.com>
* Makefile.am: fix error file build/path changes
svn path=/trunk/; revision=29367
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 8e70e7d0ed..44b05d0a2a 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -32,7 +32,7 @@ #include "e-util/e-dialog-utils.h" #include "e-util/e-bconf-map.h" #include "e-util/e-fsutils.h" -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" #include "e-shell-constants.h" #include "e-shell-offline-handler.h" |