diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-11 22:57:20 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-11 22:57:20 +0800 |
commit | c69e242109fcf285486d11937a60f7904f078df8 (patch) | |
tree | 907bb0d9632793005481f9d9cf72eb8a809e97ae /shell/e-shell.c | |
parent | 38f11c946e07c2453d02ee5bff131566618cb3ca (diff) | |
download | gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.gz gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.bz2 gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.lz gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.xz gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.zst gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.zip |
More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIR
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index d295b99019..fe046a4fc7 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -24,6 +24,7 @@ #include <glib/gi18n.h> #include <libedataserverui/e-passwords.h> +#include "e-util/e-util-private.h" #include "e-util/e-util.h" #include "e-util/e-module.h" #include "smclient/eggsmclient.h" |