diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-01 18:46:19 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-01 18:46:19 +0800 |
commit | 73c01425323bb9208ad477fc06ff96cc33d1cafc (patch) | |
tree | 236ae404494b493d088dae53c2eb29c04532bd51 /plugins/groupwise-features | |
parent | 55d6580d8627a9a85df1e6b19529196d4d9ac95a (diff) | |
download | gsoc2013-evolution-73c01425323bb9208ad477fc06ff96cc33d1cafc.tar.gz gsoc2013-evolution-73c01425323bb9208ad477fc06ff96cc33d1cafc.tar.zst gsoc2013-evolution-73c01425323bb9208ad477fc06ff96cc33d1cafc.zip |
camel/camel-i18n.h gone, adapt to it properly
Diffstat (limited to 'plugins/groupwise-features')
-rw-r--r-- | plugins/groupwise-features/camel-gw-listener.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/camel-gw-listener.c b/plugins/groupwise-features/camel-gw-listener.c index b9385ab390..197553a6ae 100644 --- a/plugins/groupwise-features/camel-gw-listener.c +++ b/plugins/groupwise-features/camel-gw-listener.c @@ -26,7 +26,7 @@ #include "camel-gw-listener.h" #include <string.h> -#include <camel/camel-i18n.h> +#include <glib/gi18n.h> #include <e-gw-connection.h> #include <libedataserverui/e-passwords.h> #include "e-util/e-alert-dialog.h" |