diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-24 11:04:56 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-24 11:04:56 +0800 |
commit | 8536e7f1c0d7935d4e5cfa629f6fd24c14f0b670 (patch) | |
tree | 4043aa74092de5b49af765485206816c55050172 /shell/e-shell-window-commands.c | |
parent | bc70de1c584ccdb86b3aabfa288c9c79ae989298 (diff) | |
download | gsoc2013-evolution-8536e7f1c0d7935d4e5cfa629f6fd24c14f0b670.tar.gz gsoc2013-evolution-8536e7f1c0d7935d4e5cfa629f6fd24c14f0b670.tar.zst gsoc2013-evolution-8536e7f1c0d7935d4e5cfa629f6fd24c14f0b670.zip |
include missing e-error.h
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-shell-window-commands.c: include missing e-error.h
* e-component-registry.c (query_components): cast away a seemingly
spurious warning.
svn path=/trunk/; revision=30213
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r-- | shell/e-shell-window-commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index fa91cb7031..2623e2b46a 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -33,6 +33,7 @@ #include "e-util/e-icon-factory.h" #include "e-util/e-dialog-utils.h" +#include "e-util/e-error.h" #include <glib/gprintf.h> |